all posts
all posts [20]
-
projectspacewatch: macos menu bar spaces manager
a lightweight swiftui menu bar app that shows your current space name, auto-detects space changes, and lets you rename spaces with launch-at-login support
-
projecthart: next.js artwork portfolio and shop
a portfolio site for showcasing original artworks with google oauth, role-based access, contact form, and a protected admin dashboard
-
projectcoffee on: full-stack coffee shop ordering app
a full-stack web app for ordering coffee drinks with user authentication, shopping cart, and barista management
-
projectmcba: asp.net core multi-tier banking platform
a multi-tier asp.net core banking platform with customer and admin portals, bill payment system, account management, and rest api
-
projectpaper plane: interactive aviation website
an educational aviation website built with html, css, and javascript featuring interactive aircraft diagrams, animations, a dark mode toggle, and an image gallery
-
projectlilac valley: html css farm stay landing page
a fictitious farm stay landing page built with plain html, css, and javascript featuring responsive navigation, smooth scrolling, a css grid gallery, and an embedded google map
-
projectqwirkle game: c++ terminal game with ai mode
a c++ terminal implementation of qwirkle with save/load, command-driven gameplay, a test harness, and my milestone 3 upgrades: ai mode, multi-tile turns, and ux improvements (group project)
-
projectgrid pathfinder: c++ grid path planning solver
a c++ grid-based path planning solver using forward search, manhattan-distance heuristics, and path backtracking