/react-todo-list

This is Todo list App

Primary LanguageSCSS

Todo List App in React

This is a morning Challenge!

Steps to run the app

Challenge

  • Part 1 : Props
    • In List component iterate over all the list items from the props and display all the ListItem
  • Part 2 : Event Handling and State management
    • Store the array listItems in state in App component
    • Store the text input in the state in List component
    • Add a new item to the list
    • Delete a item from the list