https://github.com/phamtrongsang11/game-hub-app
A website that provide infomation of the games from RAWG API
https://github.com/phamtrongsang11/game-hub-app
rawg-api react reactquery typescript zustand
Last synced: about 2 months ago
JSON representation
A website that provide infomation of the games from RAWG API
- Host: GitHub
- URL: https://github.com/phamtrongsang11/game-hub-app
- Owner: phamtrongsang11
- Created: 2023-05-02T07:03:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T04:42:37.000Z (about 1 year ago)
- Last Synced: 2025-01-28T01:19:00.560Z (3 months ago)
- Topics: rawg-api, react, reactquery, typescript, zustand
- Language: TypeScript
- Homepage: https://game-hubx.netlify.app/
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game-Hub
A website that offers clients detailed information about video games, such as the game's title, image, genres, platform, trailer.... The website was created using React + TypeScript and RAWG API was used for the backend . It has several feature like:
- Providing ability to search for video games by name, genre, and platform.
- Sorting list of games by popular, name, rating,...
- Infinite scroll view for displaying the list of games.
- Accessing detailed information about each game.## Geting start
To run the app, simply do:
- clone this project to your local machine
- yarn install && npm run dev## Demo (You can access demo by bellow link)
https://game-hubx.netlify.app/