Projects

A collection of things I've built and tinkered with during university and as side projects.

Hospital Patient Management System

HPMS is a console-based Hospital Patient Management System written in C++. It allows users to register, search, update, delete, and categorize patient records based on symptoms and diagnoses. The program uses a plain text file to persist data between sessions. Developed as a first-semester group project, it served as a practical introduction to file handling and structured data management in C++.

View on GitHub →

GPA Calculator

A fast, minimal GPA calculator built specifically for my own use and tailored to my university's grading system. It lets users input course grades and credit hours to calculate semester GPA quickly and easily. Designed for distraction-free academic tracking without any extra clutter.

Try the Calculator →

← Back to Home