All work

Everything I've built so far

Filter by area if you're after something specific. Each project opens into a short case study covering the problem, what got built, and how it turned out.

Dayflow HRMS
Oct 2025Full-Stack · Web Apps

Dayflow HRMS

A role-based HRMS for HR officers and employees. Admins onboard staff, approve leave, and manage salary structures; employees check in, request leave, and see their own payroll. Every session starts with an email OTP.

ReactTypeScriptViteNode.js+7 more
Movie Recommender System
Sep–Oct 2025AI & ML · Web Apps

Movie Recommender System

A Streamlit app that recommends films from cast, genre, and studio tags using bag-of-words over the TMDB 5000 dataset. My contribution was a Euclidean-distance similarity path, written from the math and compared against the existing cosine scores.

PythonStreamlitPandasNumPy+6 more
TaskflowLive
2025Full-Stack · Web AppsLive in production

Taskflow

A MERN task tracker with JWT auth, full CRUD, filters, and a contribution-style heatmap of completed work. Deployed on Vercel with a Node API and MongoDB Atlas behind it.

ReactViteNode.jsExpress.js+3 more
GearGuard Maintenance
2025Full-Stack · Web Apps

GearGuard Maintenance

A full-stack maintenance management system covering the equipment registry, maintenance requests, teams, and work centers, built on a React TypeScript frontend and a typed Express API over Prisma and Neon PostgreSQL.

ReactTypeScriptViteRedux Toolkit+8 more
Case studyPrivate repo
C Titan Bingo Platform
2025Full-Stack · Web Apps

C Titan Bingo Platform

The platform behind C Titan, a beginner event at CHARUSAT: player sessions, round progression, and live scoreboards on Node, React, and PostgreSQL. I coordinated the event and wrote the software it ran on.

Node.jsReactPostgreSQL
Case studyPrivate repo
CareerVerse
2025AI & ML · Web Apps

CareerVerse

A career-guidance platform where a student talks to an LLM-backed advisor that maps their interests to concrete paths: which fields suit them, what to learn, and where to start. Built inside a hackathon.

React.jsNode.jsLLM IntegrationREST APIs