To-Do List Project This To-Do List project is a simple yet effective task management tool designed to help users organize their daily tasks, prioritize activities, and increase productivity.
Features
- Task Management: Add and delete tasks effortlessly.
- Priority Setting: Assign tasks in priorities for better time management.
- Status Tracking: Keep track of task statuses (pending or completed).
- User-Friendly Interface: Intuitive interface for seamless user experience.
- Data Persistence: Tasks are stored persistently, ensuring they are available across sessions.
Technologies Used
- Frontend: HTML,CSS,JavaScript.
Usage
- Adding a Task: Enter the task details,click on the "Add" button to add the task to list.
- Deleting a Task: Click on the "X" icon next to the task to delete the task.
- Marking a Task as Completed: Check the checkbox next to the task to mark as completed.
Contributing Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project.
- Create your feature branch (git checkout -b feature/YourFeature).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.

