Project Description:
Gadget Galaxy is a basic online electronics store web application built using Django. It allows users to view electronic products categorized into different types such as Smartphones, Laptops, Audio Devices, etc.
The project focuses on:
Displaying a list of products
Organizing products by category
Creating a clean and structured layout using Django's template inheritance system
This project demonstrates my understanding of:
Django Models (with ForeignKey relationships)
Views and URL routing
Template rendering
Admin panel configuration
Database integration with PostgreSQL
️ Technologies Used:
Backend: Django (Python)
Database: PostgreSQL
Frontend: HTML (with Django Templates)