Foundational Projects
Projects that established core frontend and full-stack fundamentals used later in larger systems.
1 – Full-Stack CRUD Foundations
A foundational full-stack project demonstrating core CRUD workflows across frontend and backend
Short Explanation
This project focuses on understanding how a React frontend communicates with Spring Boot APIs and a MySQL database, covering basic CRUD workflows, request–response handling, and data persistence.
Spotlight
Completed a full-stack CRUD application demonstrating frontend–backend integration and end-to-end data flow.

2 – Frontend UI Foundations
A frontend-focused React project focused on implementing product listing, filtering, and cart interaction patterns.
Short Explanation
This project focuses on strengthening core React concepts by building a responsive e-commerce UI with product listings, category filtering, and interactive cart behaviour using mock data.
Spotlight
Helped solidify my understanding of component-driven UI design, state handling, and user interaction flows in React.