My ToDo List
A simple and interactive ToDo List web application to manage tasks efficiently. Built with HTML, CSS, and JavaScript.
Features
✅ Add new tasks
⭐ Mark tasks as Important
✔️ Mark tasks as Completed
? View All Tasks, Completed Tasks, or Important Tasks
Responsive design for Mobile and Desktop
Tasks are saved in Local Storage so they persist after refreshing the page
Installation
Clone the repository:
git clone https://github.com/Rahma1...
##Folder Structure
todolist/
│-- index.html
│-- css/
│ └-- style.css
│-- js/
│ └-- script.js
│-- images/
│ └-- (all images used in the app)
└-- README.md