// Personal project
I built a full-stack collaborative learning and discussion platform where users create and join topic-specific discussion rooms, build profiles, and engage in real-time conversations.
Wanted the platform's data to be usable beyond just the website itself.
Most discussion platforms lock their data inside the website itself, with no way for the underlying rooms and content to be accessed or extended beyond the site.
I built the platform's core features around topic-based rooms and real-time conversation, then exposed the same functionality through a REST API so the data isn't locked behind the website alone.