Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-sanderson/whereto-react
https://github.com/d-sanderson/whereto-react
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-sanderson/whereto-react
- Owner: d-sanderson
- Created: 2019-10-01T23:35:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:54:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T05:05:58.633Z (8 months ago)
- Language: JavaScript
- Size: 6.07 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This application provides users with travel distance and duration data based their origin, destination, and method of travel. Each trip query is saved to a database and rendered back to the user and they are presented with a list of previously searched locations.
Built With:
React- The web framework used.
google-react-maps - Used to access Google Maps in React
Node & Express - server side.
MongoDB - the db used.
Google Distance Matrix API - The API which provides distance and duration data.
Yarn - Dependency Management.QUICKSTART:
1) git clone [bitbucketurl]
2) cd iterative-technical
3) yarn install
4) yarn start