My Coding Projects
Here you will find all my coding projects accumulated since my Freshman year of high school. All projects are open source, so their respective GitHub repositories and GitHub pages links are provided.

404 Path Not Found: A CYOA Game
This was a project I made in the Girls Who Code Summer Immersion Program in 2025. This was one of the first projects I made using JavaScript and the p5.js library. This project is a Choose Your Own Adventure game where you play as a character who has lost their way in the digital world. There are several paths you can take, each leading to different outcomes.

My Personal Website
This is my personal website, which I built mainly using HTML and CSS. It's a simple portfolio-style website that showcases my coding projects, skills, awards, and interests. I started building this website in 2025, and I am still actively updating it with new projects and information.

Magic 8 Ball
This is a Magic 8 Ball project I created using HTML, CSS, and JavaScript. It simulates the classic toy, allowing users to ask a question and receive a random answer.

To-Do List
This is a simple To-Do List application I built using HTML and CSS. It allows users to add, remove, edit, and reorder tasks. This was the first project I built using HTML.