Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 441 Bytes

Shopping list exercise

The goal is to get familiar with the state and synthetic events in a React world.

Based on Create React App

How to start

  • clone the repo
  • run yarn to install the dependencies
  • start the app: yarn start
  • start coding

Exercise

  • divide the given markup into separate components
  • introduce state
  • implement an event for adding a new item