Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mickey9315/game-hub
https://github.com/mickey9315/game-hub
chakra-ui game game-hub gamelist react typescript vite
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mickey9315/game-hub
- Owner: Mickey9315
- Created: 2024-12-17T09:31:54.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:35:12.000Z (28 days ago)
- Last Synced: 2024-12-17T10:27:56.104Z (27 days ago)
- Topics: chakra-ui, game, game-hub, gamelist, react, typescript, vite
- Language: TypeScript
- Homepage: https://game-hub-jet-three.vercel.app/
- Size: 0 Bytes
- Stars: 1
- 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
```