Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fancellu/game-hub
GameHub: React + Chakra UI Game Browser
https://github.com/fancellu/game-hub
chakra-ui rawg-api react-query react-router reactjs typescript zustand
Last synced: 5 days ago
JSON representation
GameHub: React + Chakra UI Game Browser
- Host: GitHub
- URL: https://github.com/fancellu/game-hub
- Owner: fancellu
- Created: 2023-08-03T13:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T08:44:24.000Z (over 1 year ago)
- Last Synced: 2023-08-12T09:57:33.303Z (over 1 year ago)
- Topics: chakra-ui, rawg-api, react-query, react-router, reactjs, typescript, zustand
- Language: TypeScript
- Homepage: https://felstar.com/demo/gamehub/
- Size: 195 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameHub: React + Chakra UI Game Browser
This pulls game data from https://rawg.io/ and presents using https://chakra-ui.com/
## NPM
### Locally
'npm run dev' to run locally
This will spin up a local web server on localhost
### Build
```vite build``` to build for production
This will build for production, inside the ```dist``` dir
If you need it to run on a subdirectory, not the root, use
```vite build --base=/subdir1/subdir2```
## Live demo
https://felstar.com/demo/gamehub/