React TDD

This repository was made to learn how develope a react app with tdd.

To Run this project execute:
yarn or npm install

yarn start or npm run start
To Run the tests execute:
yarn test or npm run test