A front-end project that allows you to manage your tasks and keep track of what you need to get done. Built using HTML, CSS, and JavaScript, with the added feature of preserving your todos in local storage.
- Add new tasks to the list
- Mark tasks as completed
- Delete tasks from the list
- Persistence of todos in local storage
- Clone the repository to your local machine
bashCopy code
git clone https://github.com/vishal-rathod-07/task-master.git
- Open the
index.html
file in your browser - Start adding and managing your tasks
Contributions are always welcome. If you have any ideas or suggestions, feel free to open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.