A simple web application to track your daily tasks.
- Add, edit, and delete tasks
- Mark tasks as completed
- Save tasks locally using localStorage
Check out the live demo: Daily Task Tracker
-
Clone the repository:
git clone https://github.com/manojmadduri/daily-task-tracker.git cd daily-task-tracker
-
Open
index.html
in your browser to use the application.
-
Add a Task:
- Enter the task in the input field.
- Click the "Add Task" button to add the task to the list.
-
Mark Task as Completed:
- Click the "✔️" button next to the task to mark it as completed.
- Completed tasks will have a strikethrough effect.
-
Delete a Task:
- Click the "❌" button next to the task to delete it from the list.
Feel free to fork this repository and submit pull requests. Contributions are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature-name
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature-name
) - Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the creators of the tools and libraries used in this project:
- HTML, CSS, and JavaScript for the core functionality
- Font Awesome for the icons