I'm currently a senior at Harvey Mudd College finishing up my double major in CS and Studio Art.
Here is short list of some coding projects I've been involved in. You can go to each project's repository for more details
- Hyperschedule is the course scheduler used by the majority of the students at the Claremont Colleges. I lead an effort to rewrite the legacy codebase (largely the product of a 2-day Hackathon back in 2017) from scratch using TypeScript, React, NodeJS, and MongoDB.
- A lightweight library written in Typescript for event synchronization and messaging across Javascript execution contexts.
- A Discord chatbot written in Python that sends out solid-color emojis as pixels for pixel arts. Work in progress.
- An implementation of the classic Minesweeper in terminal using the curses library in Python. Can be played with either keyboard, mouse, or both on compatible terminals. Listed on PyPi as
terminal-minesweeper
.
- A fork of the terminal nyancat but changed the background to various pride-flags. Color-corrected other parts of the image. Also added support for Truecolor terminals.