The goal is to get familiar with the state and synthetic events in a React world.
Based on Create React App
- clone the repo
- run
yarnto install the dependencies - start the app:
yarn start - start coding
- divide the given markup into separate components
- introduce state
- implement an event for adding a new item