Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sws-5007/gamehub_react_vite

Game Hub is an application that provides a platform to explore various video games. Users can browse games, view detailed information about each game, and access additional resources.
https://github.com/sws-5007/gamehub_react_vite

chackra-ui game game-hub react typescript vite

Last synced: 15 days ago
JSON representation

Game Hub is an application that provides a platform to explore various video games. Users can browse games, view detailed information about each game, and access additional resources.

Awesome Lists containing this project

README

        

# Game Serch Hub

### I made this to post on my personal website.

image

image

This is a game aggregator using React.js, TypeScript, and ChakraUI

### Key Features

1. Responsive game grid
2. Search and filter
3. React Query for data handling
4. Implement form validation using Zod
5. Zustand for state management
6. React Router for navigation
7. Implement infinite scrolling

### Cloning the repository

```
git clone https://github.com/gungho0619/game-hub.git
```

### Install packages

```
npm install or yarn
```

### Start the app

```
npm run dev or yarn dev
```