A simple and functional to-do list app built with HTML, CSS, and JavaScript. Users can add tasks, mark them as complete, delete tasks, and set deadlines. Data is saved using localStorage for persistence.
- Add, complete, and delete tasks.
- Persistent storage with localStorage.
- Clean black-and-white minimalist design.
- Open
index.html
in your browser. - Enter a task in the input box.
- Click Add to add the task to the list.
- Mark tasks as complete or delete them as needed.
- Store previous activities and the last thing in the Input Box.
- HTML, CSS, JavaScript.
Created by CxTurkO.