I’d like to share a small project and get some feedback.
I built a Respawn Tracker because most existing solutions are either tied to a specific game or are generic multi-timers that become inconvenient once you track many respawns.
The result is Respawn Tracker
The user determines:
- What locations exist;
- What bosses or objects are in them;
- What their respawn time is.
- Create locations and group bosses;
- Individual respawn timers;
- Start the timer with a single "Killed" button;
- Manually adjust kill times for precise scenarios;
- Respawn notifications;
- Search and filter;
- Import and export configurations;
- Installation as a PWA app.
- The app does not use a server;
- Does not require registration or login;
- Does not have access to accounts, game data, or user information;
- All information is stored locally in the browser;
- Can be used completely offline.
- Usability
- Missing features
- Whether this is something worth developing further