A simple, lightweight to-do list web application built with HTML, CSS, and vanilla JavaScript.
Check out the live version here:
itsnazarkhani.github.io/ToDoer
- Add new tasks
- Edit existing tasks
- Mark tasks as done (delete)
- Tasks are saved using LocalStorage (they stay even after refreshing)
- HTML
- CSS
- JavaScript
To run this project locally:
- Clone the repository:
git clone https://github.com/itsnazarkhani/ToDoer.git
