P O R T F O L I O
A collection of projects I’ve worked on, showcasing my skills, creativity, and growth as a developer. Most of these projects were built as part of my learning journey — helping me explore new technologies, strengthen my problem-solving abilities, and expand my knowledge in programming.
CS Expo
A website for FEU Tech’s 2025–2026 Computer Science Expo, showcasing the thesis projects of CS students with an organized and interactive presentation layout.
Smarty Ratty
An AI-powered Python simulation where a virtual mouse learns to solve mazes through continuous self-learning and environment interaction.
Ervirus
A fun incremental game where players spread a virtual virus and defend it against debuggers trying to remove it, blending strategy and progression mechanics. Click me to try the game.
Food Case
A mobile application designed to help users decide where to eat by suggesting nearby restaurants based on their location and personalized filters or preferences.
e-Xtract
A web and mobile application designed to identify and extract valuable e-waste components through YOLOv11 object detection models. Developed using the flask for web and flutter for mobile. Integrated with the group’s own trained YOLOv11 model for real-time recognition.
Taskly
A simple to-do list web app built with React and TypeScript, designed as a practice project for front-end and state management skills.
Memory Game
A classic card-matching web game that challenges players’ focus and memory.
Pomodoro
A productivity timer app based on the Pomodoro Technique, helping users stay focused by alternating between work and break intervals.
Snake Game
A very basic Snake game where the player controls a growing snake. Made while learning javascript.
Rock Paper Scissors
A simple interactive game where users play against the computer using basic JavaScript logic and randomization.
Calculator
A functional calculator web app that performs basic arithmetic operations.