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.
- Discover new games by searching for specific platforms or genres.
- Get detailed information about each game, including ratings and platform.
- Browse a vast library of games to find something new and exciting to play.
Make sure you have the following installed on your system:
- Node.js
- Yarn (or npm)
To get started with GameHub, follow these steps:
git clone https://github.com/Rafiul-Islam/Game-Hub.git
cd Game-Hub
yarn install
Go to RAWG API Docs and create an account to get an API key.
Create a .env
file in the root of your project and add your RAWG API key:
VITE_APP_API_KEY=YOUR_RAWG_API_KEY
yarn dev
Navigate to http://localhost:5173
to see the app in action.
Thank you for using GameHub! I hope you discover many new and exciting games to play.