Skip to content

JustEthanCodes/codex-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FocusForge

FocusForge is a cozy productivity app prototype where finishing focus sessions grows a small virtual world.

What is implemented

  • Home world screen with visual tile-based growth
  • Focus timer with task, category, duration, start/pause/finish
  • Session completion rewards that place and level category buildings
  • Local streak tracking and stats breakdown
  • Local profile settings (username, avatar, theme)
  • Four-screen navigation: Home, Focus, Stats, Settings

Run locally

Because this MVP is a static app, you can run it with any local web server.

python3 -m http.server 4173

Then open http://localhost:4173.

Data model (stored in localStorage)

  • Session
  • Building
  • Streak
  • User

All data persists locally under the key focusforge-v1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors