https://github.com/olha-dev-fullstack/react-games-stock
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/olha-dev-fullstack/react-games-stock
Last synced: 6 months 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/olha-dev-fullstack/react-games-stock
- Owner: olha-dev-fullstack
- Created: 2025-04-01T07:44:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-01T21:32:09.000Z (about 1 year ago)
- Last Synced: 2025-06-20T07:06:21.171Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.
## 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.