A simple web-based task management application built as a learning project.
This project is a fully functional To-Do List web application where users can add, view, complete, and delete tasks.
- Add new tasks with a title and optional description
- View a list of existing tasks
- Mark tasks as completed or toggle their status
- Delete tasks
- Persist tasks locally using browser storage
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Browser LocalStorage for client-side data persistence
- Practice/Demo/Learning Project: This project was created for personal learning purposes.
- Skills Practiced: DOM manipulation, event handling, client-side storage.
- Maintenance: No further updates or maintenance are planned.
- Clone the repository:
git clone https://github.com/azraraz/todo-list-web-demo.git