This is a list of my side projects, some currently active.
June 2023 | Present
Personal Website
GitHub Repository
Technologies used: Hugo + PaperMod
You are here!
This project is my personal corner of the internet. I will be gradually and randomly adding bits and pieces of my life here.
Jan 2023 | May 2023
AllPurdue
GitHub Repository
Technologies used: Node.js, Express, MongoDB
A web-application to introduce Purdue freshmen and visitors to the campus
Created a web application using the MERN stack for Purdue’s CS 307 course across a semester, following industry Agile principles. AllPurdue caters to Purdue students and visitors and provides a feature-rich website to get information and recommendations for food, living, and study spots on campus - refined for a better experience from verified students and business. I created the database schemas and models with defined roles and permissions for users/admins and bulk of backend API for quick retrieval from database.
Apr 2022 | May 2022
Library Management System
GitHub Repository
Technologies used: SQLite, Python, HTML, CSS, Flask
An admin-based library management web-application for local libraries
Created a web application for Purdue’s CS 348 course to store and retrieve library information from an SQLite database using ORMs and Prepared Statements. Used Python’s Flask library to create an interactive and user-friendly library management system.