This project is a straightforward and user-friendly Todo-List website that helps you organize your tasks effortlessly.
- As a user, I should be able to add my to-do to the list and save it in local storage
- As a user, I should be able to edit my to-dos
- As a user, I should be able to remove any to-do from my list (remove it from local storage)
- As a user, I can still have my list even if I close the browser window
a deployed version of the website can be accessed Here
git clone https://github.com/YehyaTamimi/Todo-App.git
cd Todo-App
To view the project on MacOS use:
open ./index.html
To view the porject on Windows use:
start ./index.html
To view the project on Linux use:
(browser name) /index.html
e.g. google-chrome /index.html