https://github.com/aicirou/rawg-game-hub
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.
https://github.com/aicirou/rawg-game-hub
rawg-api reactjs typescript
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/aicirou/rawg-game-hub
- Owner: Aicirou
- Created: 2023-08-10T07:18:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T19:44:44.000Z (almost 2 years ago)
- Last Synced: 2025-12-02T03:59:04.166Z (7 months ago)
- Topics: rawg-api, reactjs, typescript
- Language: TypeScript
- Homepage: https://rawg-game-hub-io.vercel.app
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameHub
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
## Getting Started
To get started with GameHub, follow these steps:
1. Clone this repository to your local machine.
2. Run `npm install` to install the required dependencies.
3. Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
4. Add the API key to **src/services/api-client.ts**
5. Run `npm run dev` to start the web server.
## Contributing
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.