Table of Contents
Game Hub is a groundbreaking web application set to transform the gaming landscape by revolutionizing how players discover and engage with new titles. With an extensive database covering PC, console, and mobile platforms, the platform offers a diverse selection of games across all genres.
Features:
- Fetching and updating data with React Query.
- Global state management with Zustand
- Implemented Infinite Queries and Infinite Scroll
- Routing with React Router
This section describes how you can setup the project locally. To get the local copy up and running follow these simple steps
-
Get a free API Key at https://api.rawg.io/api
-
Clone the repo
git clone https://github.com/your_username_/Game-Hub.git
-
Install NPM packages
npm install
-
Enter your API in
api-client.ts
params: { key: Enter Key Here }
-
Run the project
npm run dev