# π©Ί Daily Health Tracker
A responsive and interactive web app that helps users track their daily health metrics, including steps, water intake, calories, sleep, and mood. It provides real-time feedback and weekly analytics with data visualization using Chart.js.
π [Live Demo](https://emcc2302.github.io/health-tracker/)
## π Features
- π Light/Dark Mode Toggle
- π Daily input for:
Β - πΆ Steps walked
Β - π§ Water intake (glass-by-glass visual tracker)
Β - π½ Calories consumed
Β - π€ Sleep hours
Β - π Mood selection (emoji-based)
- πΎ Save daily entries
- π Generate weekly report with interactive line chart
- π€ Export data to CSV
- π‘ Smart health advice based on your inputs
## π οΈ Built With
- **HTML5** β structure of the webpage
- **CSS3** + **Media Queries** β modern and responsive styling
- **JavaScript** β logic, dynamic updates, and chart rendering
- **Chart.js** β for visualizing weekly reports
## πΈ Screenshots
## π Folder Structure
health-tracker/
βββ index.html
βββ style.css
βββ responsive.css
βββ script.js