A minimal, mobile-friendly habit tracking app built with Vanilla JavaScript.
- Clean Design: Minimalist aesthetic with dark mode support.
- Local Storage: Data persists in your browser automatically.
- Mobile Friendly: Designed to feel like a native app on mobile devices.
- Open
index.htmlin your web browser. - Add habits using the input at the bottom.
- Click/Tap checkmarks to toggle completion for today.
You can host this for free on GitHub Pages:
- Go to Settings > Pages in your GitHub repository.
- Select "Source" as
mainbranch (ormaster). - Save.