This To-Do List application allows users to manage their daily tasks efficiently. It's built using HTML, CSS, and JavaScript, following a beginner-friendly tutorial on YouTube. This project is perfect for anyone looking to understand the basics of web development and task management applications.
- Add Tasks: Users can add new tasks to their list. ✅
- Delete Tasks: Users can remove tasks once completed or no longer needed. 🗑️
- Task Persistence: Tasks are saved in the browser's local storage, ensuring data is not lost on page refresh. 🔄
To get a local copy up and running, follow these simple steps.
- A modern web browser that supports HTML5, CSS3, and JavaScript.
- Clone the repo
git clone https://github.com/Mikito-Coder/Task-Management.git