NFL Game picker
I was reading about NFL on a sports website and noticed a widget that let you pick a winner from the weekend's matchups. I love NFL and have always wanted to do a sports-related side project using React, so NFL Game Picker was created.
I wanted to make it more visually appealing than the widget I had seen, so spent a chunk of time sourcing SVG logos and complementary colours.
You cast your vote, pick a winner and then see the results and if everybody else agrees with you.
Components are tested using React Testing library.
Technical Sheet
Technologies & methodologies I used on this project.
- React.js
- Javascript
- Typescript
- styled-components
- Jest
- React testing library