Full Stack

Frikigames

Videogame catalog SPA consuming a third-party API through a custom Node.js backend, with filtering, sorting and persistent user-created games.

React Redux Node.js PostgreSQL
Frikigames screenshot 1
1 / 3

About the Project

A website developed entirely in JavaScript. The SPA fetches data from an API through a Node.js backend. The frontend was built with React and Redux for state management, while the database was implemented with PostgreSQL and the Sequelize ORM.

What you can do

Features

  • Search videogames using the search bar
  • Filter videogames by genres
  • Sort videogames by rating
  • Sort videogames alphabetically
  • Create a new videogame via a controlled form stored in the database