Project Madrigal Heroes

Madrigal Heroes

Madrigal Heroes wanted me to create a modern version of a website I developed for them originally in PHP.

This time I chose to create the website using React as the frontend and NodeJS backend with Sequelize. The website did not end up being used by Madrigal Heroes, so I decided to release it for the public. You can find the gitlab repository in the links.

What I learned from this project was that I should have used SSR instead of CSR, as some features did not end up working properly inside the game, but worked perfectly fine in the browser. This was mainly the fault of the games built in browser not supporting modern JavaScript, but this could have been solved with SSR.

GitLab Go back