A simple, responsive web-based To-Do List application built with HTML, CSS, and JavaScript.
- Add, edit, and delete tasks
- Mark tasks as completed
- Persistent storage using browser localStorage
- Responsive design for desktop and mobile
This project includes backend functionality to handle data storage and user management. However, since GitHub Pages serves only static sites, the backend won't run here.
To fully utilize backend features, deploy the backend on a server or use a local development environment.
Check out the live demo here: https://mkv47.github.io/To_Do_List/
- Clone the repository:
git clone https://github.com/Mkv47/To_Do_List.git