Maps is a simple TypeScript application that generates random names and locations for users, as well as random company names, catchphrases, and locations. The Faker API handles the random generation. The generated locations are displayed on a Google Map using markers. Clicking on these markers reveals a pop-up window with details about the user or company.
First, clone the repo to your local machine:
git clone https://github.com/mohamedzeina/maps.git
Then move into the project's directory:
cd maps
Then, run the application using Parcel:
npx parcel index.html