Projects

Just a few things I've been working on, some finished, some barely started, and a few just for fun.

A personal weekend project created to explore FastAPI and NLP. It generates brief summaries of news articles and includes a simple text-to-speech feature to read them aloud.

Python React NLP TTS

A professional resume generator with real-time live preview and browser-native print-to-PDF functionality.

React Zustand TailwindCSS

A Simpsons-themed memory game designed to test cognitive recall; the goal is to click every card without ever hitting the same one twice.

React TailwindCSS

An academic group project, a system for organizing academic projects at MIIT, handling student submissions and cloud-based file storage.

React Laravel PostgreSQL

An academic group project exploring how to use Constraint Satisfaction algorithms to help automate the scheduling of exam times and venues to avoid conflicts.

React Laravel CSP

A university lost-and-found mobile app built with Kotlin and Firebase for item reporting and recovery.

Kotlin Firebase Android

A minimalist weather dashboard built with React and daisyUI, utilizing the OpenWeather API to provide real-time local forecasts.

React daisyUI API

A basic task manager focused on the essentials: adding, deleting, and saving tasks to local storage to keep things organized.

React Local Storage TailwindCSS

A fully functional browser-based calculator with keyboard support, handling complex logic and decimal precision.

JavaScript HTML CSS

A fun introductory exercise in DOM manipulation and CSS Grid, built while exploring how to create interactive elements in the browser.

JavaScript HTML CSS

One of my very first coding projects, designed to practice basic logic, conditional statements, and dynamic UI updates with vanilla JS.

JavaScript HTML CSS