A single-page app that fetches real-time price and duration estimates of Uber rides, built using React, React Bootstrap, and Express.
The app converts origin and destination input via the Google Maps API to longitude-latitude coordinates, which are then provided to the Uber API to generate the estimates.
The use of the Google Maps API enables the app to intelligently handle a variety of user input, whether containing addresses, place names, or misspellings.
npm install
npm run react-dev
npm run start
Then navigate to http://localhost:3010.
- Wyatt Troia - Github