Skip to content

Electronics E-commerce Website A modern, responsive e-commerce web application for showcasing and selling electronic products. Built using React.js (frontend), Django (Backend), with features like product listings, image sliders, shopping cart, and WhatsApp checkout integration.

License

Notifications You must be signed in to change notification settings

Hafeed10/Electronics-website

Repository files navigation

⚡ Power Saff Website

A React-based project to manage products, connected with Firebase Firestore for real-time product storage and retrieval.


🚀 Features

  • 🔐 Admin login panel
  • 🛒 Add, edit, delete products
  • 📦 Product listing with details
  • 📷 Image support (optional with Firebase Storage)
  • 🔥 Firebase Firestore integration

🛠️ Tech Stack

  • Frontend: React.js
  • Database: Firebase Firestore
  • Styling: CSS
  • Other Libraries: React Router DOM, EmailJS (optional)

📦 Installation

Clone the repository

https://github.com/Hafeed10/Electronics-website.git

Install dependencies

npm install

Start the development server

npm start

🔐 Firestore Rules (Development Only)

service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } }

image

About

Electronics E-commerce Website A modern, responsive e-commerce web application for showcasing and selling electronic products. Built using React.js (frontend), Django (Backend), with features like product listings, image sliders, shopping cart, and WhatsApp checkout integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published