Projects

Things I’ve built

Personal and course projects covering orbital simulation, APIs, and full-stack web development.

Professional experienceSoftware Engineering Intern at Quindar, Summer 2026See details on the Experience page →
01

Live project

Spacecraft Simulator

A browser-based 3D simulator for spacecraft orbits and ground station contact windows.

  • Implemented two-body Keplerian mechanics for circular, inclined, and elliptical orbits using Kepler’s equation.
  • Built FastAPI endpoints for spacecraft position, orbit sampling, visibility, and contact window scheduling.
  • Used CesiumJS to display the orbit and ground station on a 3D globe. The React frontend and Python backend are deployed together on Render.
PythonFastAPIReactCesiumJSAnt Design

02

ARC

Gamified personal-growth application that uses the OpenAI API to generate personalized real-world quests, with profiles, progression, streaks, and persistent storage.

Node.jsExpressPostgreSQLOpenAI API

03

StudyHall

Campus collaboration platform with OAuth login, chat rooms, document sharing, role-based access, and real-time messaging architecture.

Node.jsExpressPostgreSQLOAuth

04

Powerwash

Team-built data cleaning app with upload APIs, missing-value handling, normalization, validation, and visualizations for processed datasets.

PythonFlaskPandasREST