/counter

Training app to practice state management patterns

Primary LanguageJavaScript

Counter

Simple counter application to practice state management patterns in React. Bootstrapped with Create React App.

Setup

$ git clone https://github.com/wallchuck/counter.git
$ cd counter
$ yarn
$ yarn start

Exercises

Check out ➡️ this gist ⬅️ for follow-along exercies! Don't forget about the included tests:

$ yarn test