This project utilizes Angular 5 and the Google Maps API to showcase developers and employers my proficiency with the technology mentioned.
Track Me: The web app will ask the user if they give permission for the api to use their current coordinates and display them on the map.
Find Me: When user clicks the 'Find Me' button the map reverts back to the users coordinates after they allow access to the api.
- Internet Connected Device
- Modern Web Browser
- Google Maps API
- Install Angular CLI
npm install -g @angular/cli
- Download the zip to a directory you'll be working in.
- Unzip the file.
- Run
ng serve
for a dev server. - Navigate to http://localhost:4200/.
- The app will automatically reload if you change any of the source files.
- Angular Official Documentation
- Google Maps API Documentation
- StackOverflow