The Habit Streak Counter is a simple yet effective web application designed to help users track their daily habits and maintain consistent streaks. It features a visually appealing UI, a dark/light mode toggle, and an analytics section with bar graphs for habit progress.
- Add and Remove Habits: Users can add habits with specific time slots and remove them if needed.
- Streak System: Tracks daily progress and assigns medals based on streak duration.
- Progress Bar: Indicates completion percentage of each habit.
- Dark/Light Mode: User preference is saved in local storage.
- HTML, CSS, JavaScript
- Chart.js (for analytics visualization)
- Local Storage (to save theme and habit progress)
- Open the website in a browser.
- Enter a habit and specify a time.
- Click Add Habit to start tracking.
- Click the β button to update progress.
- View habit streaks in the Streak Board.
π habit-tracker
βββ π index.html # Main HTML file
βββ π style.css # Stylesheet
βββ π script.js # Main JavaScript logic
βββ π README.md # Documentation (this file)
- Weekly and Monthly habit tracking
- User authentication for personalized experience
Enjoy tracking your habits and staying consistent! β π₯


