This is a morning Challenge!
- Clone the repository
- Go to the folder and do
npm install
- Run
npm start
- Go to http://localhost:3000/
- Part 1 : Props
- In
List
component iterate over all the list items from the props and display all theListItem
- In
- Part 2 : Event Handling and State management
- Store the array
listItems
in state inApp
component - Store the text input in the state in
List
component - Add a new item to the list
- Delete a item from the list
- Store the array