Coding
While many of my coding projects can't be publicly shared due to university guidelines, here are a few projects developed in JavaScript, C, and Thunkable.
Basic Shaders
JavaScript (Three.js)
See the Github repo here. This is a simple project in which I implemented my first Three.js world, including a camera, renderer, lighting, and orbit controls. It contains two scene objects surrounded by a custom skybox generated from an HDRI image. The cone uses a standard shader, while the other object uses a custom normal shader.

Document Manager
C
This is a console application in which a user can create and edit a document, including operations such as adding and paragraphs/lines, replacing and highlighting text, etc.
Calendar
C
My first program that utilizes dynamically-allocated memory- a text-based calendar in which users are able to schedule events for certain days and times.

Orbiting Moon
JavaScript (p5.js)
This is a simple p5.js project where I first experimented with implementing a user interface. Users can control the speed, distance, and appearance of a moon orbiting a planet, all set within a space randomly populated with stars.
Motivate Me!
Thunkable
This was my first app, designed within a team for the Technica 2022 hackathon. "Motivate Me!" allows users to quickly jot down their ideas, keep track of everything they've accomplished so far, and find motivation (via a randomly generated quote, activity, and reminder of a past accomplishment).