This project is a simple To-Do List application built using JavaScript. It enables users to add, delete, and mark tasks as completed. Additionally, tasks are stored locally to ensure they persist even after the page is refreshed.
View the hosted site: task-traker.netlify.app
- Add new tasks
- Delete tasks
- Mark tasks as completed
- Filter tasks by status (all, completed, pending)
- Clone the repository:
git clone https://github.com/yourusername/ToDoList.git
- Navigate to the project directory:
cd ToDoList
- Open
index.html
in your browser to start using the application.
- Implement user authentication & stoe tasks in cloud
- Add due dates for tasks
- Enable task prioritization
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.