A minimalist, web-based To-Do List application designed to help you stay organized. This project demonstrates basic task management functionality including adding, tracking, and removing tasks.
- Add Tasks: Quickly type and add new items to your list.
- Delete Tasks: Remove tasks once they are no longer needed or completed.
- Adding a Task: Enter your task description in the input field and click the "Add" button (or press Enter).
- Deleting a Task: Click the "X" button next to any specific task to remove it from the list instantly.
To run this project locally:
- Clone the repository:
git clone https://github.com/prashanth30-n/Todolist
- Open
index.htmlin your favorite web browser.