What's this then?
House of Games is a content rating and discussion website, featuring game reviews categorised by genre. Each review can be up- or down-voted, and users can comment and vote upon each review.
This is a proof of concept. Users can "login" as one of a set of preset profiles, in order to leave comments and to vote on other users' reviews and comments. It isn't possible to create a new review or user profile.
How did you build the back end?
The API is an Express server on top of a PostgreSQL database, hosted on fly.io.
Take a look at the back end repo on Github.
How did you build the front end?
The website is built in React, as always, with an Atomic Design approach to component creation. I took the opportunity to try out Stitches for the styling (capsule review: it's awesome, but sadly no longer maintained). The "login" implementation uses a combination of React Context and localStorage.