A website that diplays shops near you, made using Angular. Users can make an account and store bookmark data, and also get routing information in order to reach the destination from their current location.
The map uses ArcGis API in order to:
- determine the current position of the user
- display nearby shops via a Feature Layer
- use a search function to sort shops based on their type (eg. supermarket, carpentry, bakery)
- display travel routes from the current position to the selected location
Additionally, user data is stored into Firebase for convenience. A logged in user can bookmark locations and then access them from a special tab.
The site can be viewed on localhost using npm run start in the user terminal.