Should I Play This?

Website allows users to search for games and the results merge critic’s average rating from OpenCritic and the amount of time to beat a game from HowLongToBeat into one card.

Screenshots

Desktop

Desktop Screenshot

Mobile

Mobile Screenshot

Contributing

Prerequisites

Node.js, which includes npm, must be installed.
https://nodejs.org/en/download/

Instructions

The site is built using React.
https://reactjs.org/

To contribute changes clone the repo locally.
Then in the project root folder run npm install.
After the install has completed run npm start to launch the live development environment.
The site will be live at http://localhost:3000/.

Once you’ve made a change please submit a pull request and it will be reviewed/merged accordingly.