About Me
Hi! My name is Katie Cai and I'm currently in my second year of studying Computer Science at UCLA.
I mostly have experience with front-end web development, but am still exploring my interests in CS and enjoy learning new things.
During my free time, I like taking photos, drawing, secondhand shopping, and listening to music.
I love meeting and talking to new people, so if you're curious about anything else feel free to ask! :-)
Here are some things I've worked on
Bugs! A graphic stimulation of bugs, written in C++.
BruinNav A navigation system written in C++ that finds the shortest path from one location to another, using a binary search tree and the A* algorithm.
Color Palette Generator A Javascript web app that generates regular and pastel color palettes using a color-mixing algorithm. Made at LA Hacks 2017.
RGB Guessing Game Following the theme of color-related projects, I made a Javascript web game where the player picks a color from a grid that corresponds to a random RGB value.