TL;DR: A solo capstone project that lets me experiment with profile cards, event listings, forums, and simple auth flows. The frontend is always up on GitHub Pages; the Express/Mongo backend is on Render’s free tier, so the first login or forum hit can take ~5 minutes while it cold-starts. Once it’s warm, posts/events/forums persist via MongoDB Atlas. Real-time chat, Dockerized deployments, and load testing are still TODOs.
Demo: GitHub Pages + Render + MongoDB AtlasGuided by tutorials + AI promptsUsed to learn React Router + Express controllers