This app uses Google Maps API to create markers for the user's and company locations. Locations are products of the faker library and are randomly generated on every page load. You can invoke popup windows with some user/company information by clicking on the map markers.
The main goals for me as a web developer were to improve my skills in working with:
- TypeScript (mostly classes and interfaces)
- JavaScript
Step 1
git clone https://github.com/SharinLana/typescript-maps.git
Step 2
Open the folder in your code editor
Step 3
Run these commands, one by one:
npm install
npm start
Step 4
The app will be available at http://localhost:1234