This project is a simple and responsive ToDo List application built with HTML, CSS, and JavaScript (ES6).
It allows you to add tasks, mark them as completed, filter them by status, and save them in the browserβs local storage.
This is my third project completed as part of my learning journey.
- β Add new tasks with description and date/time
- β Mark tasks as completed (with strikethrough effect)
- π Filter tasks by All, Active, and Completed
- πΎ Data persistence with localStorage
- π Automatic display of the current day and date
ToDo_List/
βββ index.html
βββ script.js
βββ styles/
β βββ styles.css
βββ img/
β βββ icon.svg
β βββ loop.svg
βββ .gitignore
- HTML5
- CSS3
- JavaScript (ES6)
Just open the index.html file in any web browser β no installation required.
Yevhen (queraga)
Front-end developer in training.
Git & GitHub β learning in progress π
Made with patience, practice, and curiosity.