My Projects
A collection of projects I've built and am currently working on. Some are complete, others are still in progress — all shared here to showcase my work and growth as a developer.
Work in Progress
Job Application Tracker is an online tool currently being developed to help job seekers stay organized throughout their job hunt. Users can log applications, track statuses, and monitor their progress all in one place. The platform is still actively being built, with more features continuously being added and improved.

Developed a full-stack e-commerce platform for our Capstone Project that enables seamless product browsing and ordering, featuring an integrated AI API to convert product images into 3D models. My group and I implemented real-time delivery tracking using Leaflet.js, powered by Server-Sent Events for live updates. We prioritized a user-friendly design and ensured data security for safe online transactions.

Built and customized a WordPress website designed to meet the company's requirements. My team and I integrated WooCommerce to handle online ordering transactions, enabling customers to browse products, and place orders. We also customized the design for better user experience, ensured mobile responsiveness, and optimized the site for performance and security.

Developed an Online Food Ordering System for our school project that allows users to browse menus, place orders, and make payments digitally. The system streamlines the ordering process by providing an easy-to-use interface for customers and an order management dashboard for administrators. It also includes features such as order tracking, notifications, and secure transaction handling.

Developed a Guidance and Counseling System for our school project that includes features such as appointment scheduling, announcements, and a mental health assessment test to evaluate students’ well-being. The system aims to provide accessible support for students, improve communication between counselors and learners, and streamline the management of counseling services.

Developed a calculator system that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. The project also included input validation to handle errors like division by zero and invalid entries.

Developed a Rock-Paper-Scissors game using HTML, CSS, and JavaScript. The game allows players to compete against the computer, with results displayed instantly after each round.

Developed a Number Guessing Game using HTML, CSS, and JavaScript. The game generates a random number within a given range, and players must guess the correct number with feedback provided after each attempt (too high, too low, or correct).