A map app that loosely borrows the idea of Pokemon GO. Move to the randomly generated targets on the map to collect points. The name AwesomeApp123 is a placeholder name until I come up with an actual name.
This app originally started as the final assignment for Mobileapp development course. Therefor it is a PWA-application with offline support. After the course I decided to continue working on this project on my freetime, so I made its own repository for it. There is no commit history for the app, so I will just list the rough changelog below
- 6/2/2025 - v1.0
- Markers for the user and the target
- Hardcoded radius of 1-2km for testing
- Score view and two targets, target refresh and score reset -buttons
- Offline support with service workers, score and target is saved with localstorage
- Phone vibration when target is reached
- 6/24/2025 - v1.1
- Settings-menu
- Slider for changing maximum radius of target generation
- Score reset-button moved to settings, also added a confirmation window