Metroidvania.GG
Stack used: React-Laravel-Tailwind CSS-SQLite-DigitalOcean

Short description
My passion project. Metroidvania.GG is a information hub website for the subgenre of videogames called ‘Metroidvanias.’ Most ‘Metroidvanias’ are created by small teams or just a single developer. The main goal of this website is to signalboost all these niche games for all the fans of this subgenre.
The website itself is made with Laravel on the backend and Inertia and React for the frontend. I’m using a SQLite database which I’m hosting on my own VPS on DigitalOcean.
Learnings
First project I’m using Laravel and Inertia. Also first time I’m hosting my app on my own VPS.
- Learned the basics of Laravel. How to setup routes and apis. How to connect to a Database and make queries.
- Learned the basics of Inertia. How to send data from Laravel to Inertia and how to send data back from Inertia to Laravel.
- Learned how to setup a VPS on DigitalOcean, including NGinx, SSH, Certificates, Domains, GitHub Actions.
- Further improved my knowledge and skill with Tailwind CSS.
- Further improved my knowledge and skill with React JS.