An application designed to solve the client booking and management problems faced by numerous Aftermarket Car repair and service center.
Using the MVVC model the project is divided into separate components each encapsulating its core areas -- Car, Workshop, Database, Chat and UserAuthentication.
- User Autentication
- Guest User
- Car tracking system
- Upload image of your car
- Enter VIN number as an identifier
- Add Car information such as Brand, Model and Year.
- Booking Management system
- Need a car in the system before booking it
- View nearby workshops on custom GoogleMaps view
- Select an available time slot based on mutual availability.
- Progressive form to guide you through the process.
- Chat functionality
- Chat with a workshop representative providing more information
- Get a more personalised experience
- Clone the repository
git clone https://github.com/zain610/ZainAutomotiveSolution
- Install pods
pod install
- Launch on your preferred device/simulator
Using the MVVC model the project structure is dictated by its core areas.
- Cars
- Workshop
- Database
- UserAuthentication
- Chat