Styling and concept courtesy of teamtreehouse.com's "react by example" course.
# Install dependencies
yarn install
# Compiles and hot-reloads for development
yarn start
# Compiles and minifies for production
yarn build
# Runs tests
yarn test
This project was bootstrapped with Create React App.