Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.12 KB

Coding Task: Ride Booking Dashboard

A ride-booking dashboard that integrates with a public API to fetch data such as city locations or vehicle details.

Table of contents

Implementation Description

  • 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.

Built with

API Used

  • Google Places API (for auto-complete location search)

Challenges

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

Links