GameHub is a video game discovery web application that allows users to find new and interesting games. With GameHub, users can search for games by platform, genre, view game details, and more.
https://styled-gamehub.netlify.app
- Clone this repository to your local machine.
- Run
npm installto install the required dependencies. - Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
- Duplicate the
.env.examplefile and rename it to.env.localand add your API key in there. - Run
npm run devto start the local web server.
