GameHub is a video game discovery web app that helps you find new and interesting games to play. With GameHub, you can search for games by platform, genre, and more.
This is the project i build in my Ultimate React course. You can find the full course at: https://codewithmosh.com
To get started with GameHub, follow these steps:
- Clone this repository to your local machine.
- Run
npm install
to install the required dependencies. - Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
- Add the API key to src/services/api-client.ts
- Run
npm run dev
to start the web server.
A big thanks to Mosh Hamedani for his amazing course and for giving me the opportunity to build this project.
If you'd like to contribute to GameHub, please fork the repository and use a feature branch. Pull requests are welcome.