/react-practice-timed

a timed attempt to create a to-do app using React

Primary LanguageCSS

A To-do list in React (timed)

As a user, I want to:

  • read a list of tasks.
  • add a task using the mouse or keyboard.
  • mark any task as completed, using the mouse or keyboard.
  • delete any task, using the mouse or keyboard.
  • edit any task, using the mouse or keyboard.
  • view a specific subset of tasks: All tasks, only the active task, or only the completed tasks.