From b58979c7784bbe12da1ffb08f73201e6b4d5d6b5 Mon Sep 17 00:00:00 2001 From: g-jindal2001 Date: Mon, 11 Oct 2021 20:27:12 +0530 Subject: [PATCH] Added parking finder app --- Projects/3-Advanced/Parking Finder App.md | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/3-Advanced/Parking Finder App.md diff --git a/Projects/3-Advanced/Parking Finder App.md b/Projects/3-Advanced/Parking Finder App.md new file mode 100644 index 00000000..2c59125b --- /dev/null +++ b/Projects/3-Advanced/Parking Finder App.md @@ -0,0 +1,30 @@ +# Parking Finder App + +**Tier:** 3-Advanced + +As more and more vehicles are getting on the streets, it is becoming difficult to find a parking space. This has made car parking management a growing business. The global parking management market is predicted to grow at a CAGR of 12% between 2017 to 2023, amounting to $7 Billion.This situation has created a need for a parking finder app. +The app includes GPS tracking which enables the users to track the location of their vehicle.The app also secures the real time availability of the right space of parking slots for the user’s vehicle through its cloud powered database. + +## User Stories + +- [ ] Users can see real-time nearby parking spots after entering in their destination +- [ ] Users can compare rates between different parking spots +- [ ] User can get directions after choosing their parking spot +- [ ] User can finish their payment through a seamlessly smooth user friendly UI +- [ ] User can see their history of parking spots. +- [ ] User can get click on 'Customer Support' button to get in touch with the customer support team +- [ ] User can locate the car if they have already parked and find themselves roaming around an unfamiliar city. + +## Bonus features + +- [ ] User can join their local community to share parking information about their hometown. +- [ ] User can extend their parking session in real time by clicking on 'Extend parking' button +- [ ] User can share their location to their family members through social media + +## Useful links and resources + +- [SpotHero API](https://www.programmableweb.com/api/spothero-parking-unspecified-api) + +## Example projects + +- [Parkopedia](https://www.parkopedia.com/)