Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 939 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 939 Bytes

Game Guild

Game Guild is a website that fetches video game data from RAWG API and displays various information about over 500,000 games.


Current Features

  • Displaying video game data on cards
    • Title
    • Platform
    • Image
    • Metacritic Score
  • Sorting games by genre, platform, or other filters
  • Searching for specific games

Future Features

  • 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.