Skip to content

wyatt-troia/uber-price-estimator

Repository files navigation

Uber Price Estimator

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.

Demo

Getting Started

npm install
npm run react-dev
npm run start

Then navigate to http://localhost:3010.

Author

Acknowledgments

About

A single-page app that generates price estimates for Uber rides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published