cd ~/home
/* ── All Projects ────────────────── */

All Projects

A collection of everything I've built, from full-stack platforms to desktop applications.

total: 2 status: in_progress

URL Shortener web app

IN PROGRESS
Python FastAPI Pydantic MongoDB
  • Building a URL-shortener platform which will be adopted by public with ease.
  • Implemented DigitalOcean VPS deployementand data stored in MongoDB.
  • Added clerk Authentication for user login and logout for seamless exprience.

Student Management System

completed
Python CustomTkinter SQLite
  • Developed a desktop Student Management System with a clean, user-friendly GUI using Tkinter.
  • Designed role-based access control so only teachers can view students' personal data, while students access a limited feature set.