https://github.com/dhan-profile/github-copilot-challenge-2
Github Copilot Challenge 60 Days Habit Tracker
https://github.com/dhan-profile/github-copilot-challenge-2
ai github-copilot html5 productivity-tool
Last synced: 3 months ago
JSON representation
Github Copilot Challenge 60 Days Habit Tracker
- Host: GitHub
- URL: https://github.com/dhan-profile/github-copilot-challenge-2
- Owner: dhan-profile
- Created: 2025-01-12T09:19:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T09:23:03.000Z (5 months ago)
- Last Synced: 2025-01-30T15:44:30.647Z (4 months ago)
- Topics: ai, github-copilot, html5, productivity-tool
- Language: HTML
- Homepage: https://github-copilot-challenge-2.vercel.app/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 60 Days Habit Tracker
## Overview
The **60 Days Habit Tracker** is a productivity tool designed to help users build and maintain habits over a period of 60 days. Users can select a start date, track their progress with daily checkboxes, and add notes for each day. The tool visually represents the completion percentage with an animated progress circle.## Features
- **Date Picker**: Select a start date for the 60-day habit tracking period.
- **Daily Checkboxes**: 60 checkboxes, each representing a day, to mark the completion of the habit.
- **Progress Circle**: An animated circle that displays the percentage of days completed.
- **Daily Notes**: Text boxes for each day to add notes or comments.
- **Reset Button**: A button to reset all checkboxes and progress.## Usage
1. **Select Start Date**: Use the date picker to select the start date for your 60-day habit tracking period.
2. **Track Progress**: Check the box for each day you complete the habit. The progress circle will update to show the percentage of days completed.
3. **Add Notes**: Use the text box below each date to add notes or comments for that day.
4. **Reset**: Click the reset button to clear all checkboxes and reset the progress.## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/60-days-habit-tracker.git
```
2. Open the `index.html` file in your web browser to start using the tool.## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## Acknowledgements
This project was created as part of the GitHub Copilot Challenge.