Get it Done! is a mobile first to do list web app that is designed to help you manage your life more effectively. It supports four main features of adding, editing, removing and completing tasks.
- 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 should be able to mark my to-do completed
- As a user, I should be able to only view completed tasks
- As a user, I should be able to to only view uncompleted tasks
- As a user, I can still have my list even if I close the browser window
- As a user, I should be able to buy the project creator a coffee ;)
You can check out the project: HERE
Good question. Simply by cloning the repo from the code button above.