https://github.com/mickey9315/game-hub
https://github.com/mickey9315/game-hub
chakra-ui game game-hub gamelist react typescript vite
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mickey9315/game-hub
- Owner: Mickey9315
- Created: 2024-12-17T09:31:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T00:36:54.000Z (over 1 year ago)
- Last Synced: 2026-01-03T19:02:18.305Z (7 months ago)
- Topics: chakra-ui, game, game-hub, gamelist, react, typescript, vite
- Language: TypeScript
- Homepage: https://game-hub-date.vercel.app
- Size: 143 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Serch Hub
### I made this to post on my personal website.


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
```