Game Guild is a website that fetches video game data from RAWG API and displays various information about over 500,000 games.
- Displaying video game data on cards
- Title
- Platform
- Image
- Metacritic Score
- Sorting games by genre, platform, or other filters
- Searching for specific games
- Allow mobile users to filter games by genre
- Fetch more games in batches as user scrolls on page
- Display further information on game whenever user clicks on a game's card
- Allow users to rate games themselves and display a User Score on cards
This project was created with React, Typescript, and ChakraUI and is currently deployed on Vercel.