/react-todolist-JonathanVilchis

react-todolist-JonathanVilchis created by GitHub Classroom

React-toDoList

Create a ToDoList

  • The user should have the ability to add a listItem through the input field.
  • The listOfAllItems should be displayed for the user.
  • The user should be able to delete a listItem and to mark it as complete.
  • Start the project with create react app.
  • Here is an image for reference: Mock-up-image

Bonuses

  • Show a message to the user if the task already exists.
  • Show a message to the user when adding an empty task.