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.
| Frontend | Backennd |
|---|---|
| Angular | Node.js |
| TypeScript | JavaScript |
- server:
npm run start:watch - client:
ng serve
- server: port 3000
- client: port 4200
