https://github.com/wambita/habit-tracker
A simple habit and streak counter in js
https://github.com/wambita/habit-tracker
habit-tracking js streak-counter streaks
Last synced: about 1 month ago
JSON representation
A simple habit and streak counter in js
- Host: GitHub
- URL: https://github.com/wambita/habit-tracker
- Owner: Wambita
- Created: 2025-02-07T21:20:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T22:12:50.000Z (8 months ago)
- Last Synced: 2025-04-04T20:44:33.155Z (7 months ago)
- Topics: habit-tracking, js, streak-counter, streaks
- Language: JavaScript
- Homepage: https://wambita.github.io/habit-tracker/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreakTracker+ 🔥
A habit tracking progressive web app with wellness integration, AI-powered insights, and streak motivation system.

## Features 🌟
- **Daily Wellness Tracking**
- 💧 Water intake counter with daily goal
- 🍎 Meal completion tracking
- 😴 Sleep time monitoring
- **Habit Routines**
- 📋 Customizable routine management
- ✅ Interactive task lists
- 📈 Progress visualization
- **AI Integration**
- 🤖 Smart wellness assistant chatbot
- 📊 Weekly insights generation
- 💡 Personalized recommendations
- **Motivation System**
- 🔥 Streak tracking (current/longest)
- 🚀 Encouraging notifications
- 🎯 Progress-based achievements
- **Modern UX**
- 🌓 Dark/Light theme toggle
- 📱 Responsive design
- 🔔 Timely reminders## Getting Started 🚀
### Prerequisites
- Modern web browser with JavaScript enabled
- (Optional) Enable localStorage for data persistence### Installation
```bash
git clone https://github.com/yourusername/streaktracker-plus.git
cd streaktracker-plus
# No build required - just open index.html!