https://github.com/sashimii/map-and-directions
https://github.com/sashimii/map-and-directions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashimii/map-and-directions
- Owner: sashimii
- Created: 2018-12-14T08:36:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:06:24.000Z (over 2 years ago)
- Last Synced: 2025-01-12T23:09:14.476Z (4 months ago)
- Language: TypeScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map & Directions
## Choices
1. Typescript for static typing
2. Redux for centralized state management,
3. Redux Saga for handling request throttling
4. Webpack, Webpack Dev Server
5. [BEM](http://getbem.com/) methodology for managing CSS.
6. Google Maps API## Installation
1. Run `npm install`
2. Assign your Google Maps API Key to `const API_KEY` in `src/lib/GoogleMapsAPI.ts`. You need to make sure Places API is enabled for autocomplete to work.
3. Run `npm start`.
4. Go to `http://localhost:3000` to take a look at the app.