E-commerce MVC website: Developed a full-stack E-commerce web application using ASP.NET MVC, covering all core functionalities of an online shopping system.
Database Design & Implementation: Designed and created a SQL Server database with tables for Users, Products, Orders, and Shopping Cart.
Controllers & Models: Built controllers to handle product management, user authentication, order processing, and shopping cart operations.
Views & UI: Designed responsive pages for browsing products, managing the cart, and completing orders using Razor views and Bootstrap.
Business Logic: Implemented features for product CRUD operations, order placement, and payment flow simulation.
Testing: Performed unit testing and manual testing on different modules to ensure functionality and