ASCII Art Converter

A website that converts images into customizable ASCII art.

try it here GitHub

Word Smith

A word game where the user tries to guess a random word by entering their own guesses and receiving a similarity score. Each guess is used as context, helping strategize and inch user closer to the correct answer.

link to play GitHub

Your Spotify Artist

A quiz web application where users answer questions to receive a Spotify artist recommendation based on their preferences. The backend interacts with the Spotify API to fetch artist details using a dynamically obtained access token.

link to take quiz GitHub

Resume Editor

A full stack web app which takes user resumes and provides customizable feedback which a user can select and apply to get a new and improved copy of their resume.
GitHub

Personal Website (this)

Work-in-Progress webpage to document professional and personal developments. Combines html, css, and some Javascript
GitHub

Text-Similarity judgment

Utilizes a Markov Model to analyze and compare text samples, predicting their similarity. By examining the writing styles of two samples, the model determines which one a new text most closely resembles. It offers versatile use cases and delivers consistent, reliable results.
GitHub

Connect Four AI

An AI-powered version of the classic Connect Four game, designed for players to compete against. The AI adapts to different difficulty levels based on how many moves ahead it calculates. The game is fully playable in the terminal.
GitHub

Sudoku Solver

A Sudoku solver that uses backtracking algorithms to find solutions.
GitHub

Cat Quest

My very first programming project: a web game featuring an immersive storyline, intricate mechanics, and custom pixel art. Built in Python using the PyGame library, the code reflects my early days as a beginner, but I’m proud of the final functionality, as well as the art and narrative I created.
GitHub