A fully functional eCommerce web application built with Django and Bootstrap, featuring user authentication, product listings, cart management, and a checkout system.
- ποΈ Product Listing Page β Browse available items with images, titles, and prices
- π§Ί Shopping Cart β Add, remove, and update quantity of products
- π User Authentication β Register, login, and logout securely
- π³ Checkout System β Review cart items and proceed to place an order
- π§Ύ Order Summary Page β Displays purchase details after checkout
- βοΈ Admin Dashboard β Django admin for managing products, categories, and users
- π± Responsive UI β Clean and mobile-friendly design using Bootstrap
- ποΈ Category Support β Organize products by type or category (if implemented)
- π¦ Session-based Cart β Cart items persist during the session even without login
- Backend: Django
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite (default, easily switchable)
- Templating: Django Templates