Nebula Timer
- 2 Devlogs
- 3 Total hours
A space-themed Pomodoro Timer that will bring multiple functions together in one application
A space-themed Pomodoro Timer that will bring multiple functions together in one application
Devlog #2 Today I began turning Nebula Timer from a simple Pomodoro timer into a productivity application. Added: • Home screen with activity selection • Setup screen before starting a session • Screen navigation system • Activity tracking between screens •Quote system The goal is to eventually make the app feel more like a roguelite, where users choose a task, complete focus sessions, and gradually build progress over time. Next steps: • Session goals • Results screen • XP and streak systems • Activity-specific presets
Devlog #1 –Nebula Timer Built the first working version of Nebula Timer, a Pomodoro-style focus timer for my web browser. Added Start, Pause, and Reset functionality using JavaScript event listeners and setInterval(). Learned how to update HTML dynamically, convert seconds into minutes and seconds, and debug issues involving multiple timers running at once. Also improved the UI with custom CSS styling and began work on a visual progress bar. Next steps: finish the progress bar, add session tracking, and implement automatic work/break cycles.