Video Game Search Website

2024

apiwebreactgames

1 minute read

When I was first starting out with React, I built a website that allows a user to search for video games. Check it out here

The homepage showing a grid of games

It's a relatively simple and clean website, with icons for a game's platform, rating, and recommendation based on said rating. There's a search bar on top, genres on the side, and dropdowns to filter out games by platforms and common criteria like relevance, date, popularity etc.

This was a project I started to learn React and web development. Mainly it was to practice building responsive designs with ChakraUI, and fetching data from the rawg.io api. Built it with vite and left it on Vercel for viewing.