Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.04 KB

File metadata and controls

31 lines (15 loc) · 1.04 KB

AwesomeApp123

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.

History

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

Changelog

  1. 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
  1. 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