HACK UCI 2022
Created a Tinder-like app for people to find workout buddies
- Worked on frontend, using Tailwind CSS and TypeScript
- Login and Signup Features
- Create a workout profile with preferences
- Profile cards to swipe left/right on
ZOTHACKS 2021
An app that compares data from two dining halls at UCI
- Pulls data from the separate dining hall websites
- Ability to filter by dietary restrictions, meal type, food type, and calories,
and search for specific food items
- Worked on frontend web development using HTML, CSS, and Bootstrap
Panorama Survey Data Visualization App
CRESCENTA VALLEY HIGH SCHOOL 2021
Created a Python app using the Dash framework to help school administration
visualize data correlations between student GPA and mental health
Features
- Scatterplot, bubble plot, heatmap, bar chart, and line graphs with ability
to zoom in/out and filter by grade, counselor, and IEP/504/EL status
- Clicking on a point displays student pictures and information in a sidebar
- Admin Account for data upload and privacy
- Used Google Cloud API to read data directly from a Google Sheet
and NumPy and Pandas to filter the data
Minesweeper AI
UCI CS171 INTRO TO AI 2023
Coded an AI using Python to play Minesweeper
- Solves 80% of beginner boards (8x8 with 10 mines),
76% of intermediate boards (16x16 with 40 mines), and
32% of expert boards (16x30 with 99 mines)
- Algorithm first uses simple rules of logic for single tiles,
then more complex rules for neighboring tiles, and then backtracking,
and lowest probability when the AI has to guess