Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gungho0619/game-hub
https://github.com/gungho0619/game-hub
chakra-ui game game-hub gamelist react typescript vite
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gungho0619/game-hub
- Owner: gungho0619
- Created: 2024-07-07T16:42:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T17:05:30.000Z (6 months ago)
- Last Synced: 2024-11-12T11:08:12.291Z (2 months ago)
- Topics: chakra-ui, game, game-hub, gamelist, react, typescript, vite
- Language: TypeScript
- Homepage: https://game-hub-jet-three.vercel.app
- Size: 144 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```