A ride-booking dashboard that integrates with a public API to fetch data such as city locations or vehicle details.
- Google Maps JavaScript API: The app integrates with the Google Maps API to display maps and location-based services.
- Deployment on Vercel: The app is hosted on Vercel, which provides continuous integration and easy deployment from GitHub.
- React - JS library
- TailwindCSS - CSS library
- Framer motion - JS/React library
- Google maps API - API
- Google Places API (for auto-complete location search)
Had issues trying to use the Uber API (for ride estimates and car types), so I added my own JSON file with car details in the public folder
- Live Site URL: (https://ride-booking-task.vercel.app/)