My Projects

Personal Portfolio Website (2025)

Developing a personal portfolio to showcase my qualifications, experience, and projects. Includes a section highlighting my personal panda item collection, with a clean, responsive design.

Next.jsTailwind CSSIn progress

Streem (2025)

Collaborating on a web app that serves as a hierarchy goal tree builder with an interactive canvas for breaking down goals into smaller tasks. Users can create, save, export, and reopen trees to plan and manage projects effectively.

Next.jsTailwind CSSTeam ProjectIn progress

WhatsApp Chat Analyzer (2025)

Building a tool to process exported WhatsApp chats and generate insights such as most used words, top senders, and typo counts, with results displayed in a shareable PDF summary.

PythonIn progress

Wheel of Fortune (2023/2024)

Built a multiplayer Wheel of Fortune game playable on one device. The original Tkinter version had simple graphics and limited categories. I later upgraded it with Pygame to add richer visuals, player profiles, more categories, better scoring, and a more interactive wheel.

PythonTkinterPygame

Math Practice Game (2023)

Designed an interactive math practice game with customizable operators, timed challenges, and difficulty settings. Included a statistics dashboard to track accuracy, speed, and long-term progress.

PythonPygame

Matchase (2022)

Built a twist on the classic memory game where cards move around as you play, testing both memory and tracking skills. Added leaderboards, cheats, customizable controls, and infinite levels with scaling difficulty.

PythonTkinter

Hangman (2021)

Developed a lightweight terminal hangman game with ASCII art, featuring 80,000+ word options and multiple difficulty levels for replayability.

PythonTerminal

Tic Tac Toe (2020)

Created a simple terminal-based Tic Tac Toe game against a computer opponent, using an ASCII grid system for gameplay.

PythonTerminal