A simple and responsive To-Do List application built with HTML, CSS, and JavaScript. This app allows users to add, edit, delete, mark tasks as completed, and filter tasks based on search input. Tasks are saved to localStorage
to persist even after the page is refreshed.
- Add new tasks
- Edit existing tasks directly within the list
- Delete tasks
- Mark tasks as completed or unfinished / Start
- Search tasks by text
- Filter tasks into "Unfinished / Start" and "Finished" categories
- Tasks persist even after page refresh using
localStorage
- Responsive design suitable for both desktop and mobile
- HTML5
- CSS3
- JavaScript
- Font Awesome (for icons)
- Google Fonts (for 'Space Mono')
- Clone this repository or download the ZIP file.
- Open the
index.html
file in your browser to run the To-Do List app.
git clone https://github.com/MaklonFR/todo-list.git
cd todo-list
open index.html