This is a game hub application that utilizes the RAWG API to display a grid of different game titles. It provides sorting and filtering functionality to help users find their desired games easily. The user interface is built using React, TypeScript, and ChakraUI.
You can view the live version of this project here.
The following tasks are planned for future development:
- Add pagination with react query
To install and set up the project locally, follow these steps:
- Clone the repository using the following command:
git clone https://github.com/heaganhenry/react-game-hub.git
- Navigate to the project directory:
cd game-hub
- Install the project dependencies:
npm install
To use the game hub application, follow these steps:
- Start the development server:
npm run dev
-
Visit the url provided in the console to access the application in the browser.
-
Browse through the game titles displayed in the grid. You can use the sorting and filtering options to refine your search.