Skip to content
Hackathon · web · September 2023

Smart Student Projects

HTML CSS JavaScript Firebase

Platform to showcase student projects from universities across India - built for Smart India Hackathon 2023.

This was my first-ever website - built for Smart India Hackathon 2023, and also the first time I had ever used Firebase or written JavaScript for a real project. The idea was an integrated online platform where students from universities and colleges across India could submit and showcase their projects, promoting knowledge sharing and collaboration between students and educators in a way that doesn’t normally happen across institutions.

The platform lets students submit projects with descriptions and media, creates a browsable discovery feed of work from different colleges, and includes a ranking leaderboard to add a layer of recognition and friendly competition. I built user profiles tied to each contributor so there’s an identity behind every submission, not just an anonymous upload.

The whole thing is plain HTML, CSS, and JavaScript - no frameworks, no build tooling. Firebase handles the backend: authentication, the real-time database, and file storage for project media. For a first project, figuring out how to wire all of that together from scratch without any abstractions taught me more about how web applications actually work than any structured course had up to that point.

Looking back at the code is humbling in the way early work always is. But this is the project that got me into web development, and it was the first time I built something real, shipped it, and watched it work - which set the direction for everything that came after.

Hello, World