Book Store
: Book Store web application built with ASP.NET Core MVC. It demonstrates how a modern e-commerce solution can be designed with clean UI, secure payments, and smooth shopping cart functionality.

ASP.NET Core MVC
Bootstrap
SQL Server
Entity Framework Core
Stripe API
📚 ASP.NET Core Book Store Project
🔹 Key Features:
Book Catalog: Responsive grid layout with book covers, titles, authors, and dynamic pricing.
Detailed Product Pages: Each book includes ISBN, tiered pricing (based on quantity), and product descriptions.
Shopping Cart & Orders: Users can add books to their cart, view order history, and manage purchases.
Secure Payments with Stripe: Integrated Stripe API for seamless checkout with credit/debit card support.
Delivery & Refund Management: Orders include delivery tracking and a built-in refund process.
Authentication & Identity: Secure login/logout system powered by ASP.NET Core Identity.
Modern Responsive UI: Built with Bootstrap for a clean, mobile-friendly experience.

💡 What I Learned:
- Building scalable, full-stack applications with ASP.NET Core MVC.
- Implementing third-party payment integration (Stripe).
- Designing and managing order workflows including checkout, delivery, and refunds.
- Applying best practices in UI/UX for e-commerce.
- This project highlights how ASP.NET Core can power a real-world e-commerce platform, covering everything from browsing and checkout to delivery and refunds.