Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 423 Bytes

Very Simple ToDo App (VSTDA)

In this project you are going to build a Todo app using React that allows users to enter their todo items and prioritize them based on their importance.

  • User should be able to add new todo items with some text and a priority
  • User should be able to edit a todo
  • User should be able to delete a todo
  • User should be able to mark a todo as completed
  • Your latest code should be on Github