Projects

Videogames hub

Design
Dev
Api

This project is a web application that allows users to search for information about video games, create new games, and sort and filter games by platform, genre, and name. The application uses the RAWG API to retrieve information about video games.

Videogames hub landing page

This project was a SoyHenry Bootcamp test to demonstrate my knowledge of JavaScript, React, Node.js, PostgreSQL and SQL databases, Ajax calls, APIs, and Redux/Redux Toolkit. I built a fully functional web application with its own database to store new games created through the page. The application also displays and filters games coming from the RAWG API and games stored in the database. It also displays detailed information about each game in a detailed card, as well as a short info showcase on normal cards at the main page.

Tech stack:

JavaScript, React, Redux Toolkit, Node.js, Express, PostgreSQL, Third party APIs.

Summary of app features:

  • Search for video games by name.
  • Create new video games and add them to the database.
  • Sort and filter games by platform and/or genre.
  • View detailed information about each game, including its release date, rating, and screenshots.