When you're ready to work on this, let me know. I'll pair you up with someone else who's ready and put you in a breakout room to work on it as a team.
- clone this repo
- npm install
- run npm test to see the results
- create a suite for each component in the app
- write a test to make sure that each component renders
- pick lines of code that aren't covered (according to the coverage report)
- work on writing tests for those uncovered lines.