Clone repository
git clone https://github.com/arturguimaraes/react-distance-calculator.git
Go to directory
cd react-distance-calculator
Install required libraries
npm i
Start project on http://localhost:3000/
npm start
A project made with ReactJS and Typescript, using the Google Maps Javascript API for calculating distance in the input locations. Choose at least 3 addresses, and get the distances for each pair of addresses, ordered from closest to farthest.
- ReactJS
- Typescript
- Sass modules
- Redux
- Bootstrap
- Google Maps Javascript API
- Google Places API