I keep sharing this to show people how bad your code can be in first years 🎉
The purpose of the application is to record where you parked and to show a historical report. Not only will you not forget where you parked, but you will also be able to take note of the affordable parking spaces you have found before.
Features
Getting Started
Dependencies
You can download the application to your Android devices from the link below. Since I changed server, the application does not have a backend connection at the moment👇🏻
https://play.google.com/store/apps/details?id=com.car.parkingTracking
- Login Page with JWT
- Automatically view your current location, your last parked location, previously parked locations
- You can get your loaction coordinates in one click or you can choose
- Navigate your parked location by using Google Maps and Apple Maps
- Logout or display your profile
- Display your location history and easily delete any of them
- Example profile page
- Clone the repository:
https://github.com/Muhammed58/parking-tracking-app.git
- Install dependencies:
npm install
oryarn install
- Start the app:
npm start
- react-native-maps
- react-native-open-maps
- react-native-paper
- expo-location
- axios
- nodemailer
- jsonwebtoken
- express-handlebars
This project is open for contributions! If you have any suggestions or bug reports, feel free to submit a pull request or open an issue.