Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 811 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 811 Bytes

location-Goal

Description

Web app that displays a map with the user's location as a ball marker and a target location as a goal marker.
The user moves towards the goal in order to score a goal.

Once the user starts moving the ball (his computer location), The ball marker will show his movement.
When the ball (user) reaches the goal marker, then we will see a goal alert and start over.

Screenshot

Architecture

Frontend Backennd
Angular Node.js
TypeScript JavaScript

Run commands

  • server: npm run start:watch
  • client: ng serve

Ports

  • server: port 3000
  • client: port 4200