Skip to content

ytliuSVN/todo-app

Repository files navigation

todoList

code style: prettier PRs Welcome

Swipeable To-Do App

The classic To-Do application where user can write down all the things they want to accomplish.

User Stories

  • User can see an input field where they can type in a to-do item.
  • User can submit the to-do item and can see that being added to a list of to-do's.
  • User can remove a to-do item by swiping on the to-do item itself or delete a whole list.
  • User can edit a to-do by pressing on the to-do item itself.
  • When closing the app window the to-do's will be stored and when the User returns, the data will be retrieved.

App Details

Screenshots

Home Screen Add a Todo Empty Screen
Home Add Empty

Useful links and resources