Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 970 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 970 Bytes

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.

Website is accesible at http://shouldiplaythis.com/.

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.