Skip to content

Webshoppers is an frontend e-commerce website that is an online retailer of digital electronic items, offering a vast collection of products.

Notifications You must be signed in to change notification settings

ritesh025/Webshoppers

Repository files navigation

Webshoppers

Webshoppers is a frontend static e-commerce website that displays digital electronics items with features like user authentication, item categorization, add-to-cart, checkout, and a payment page.

Your go-to platform for digital electronics shopping! 🛒

🚀Features

🛍️ Product Listings – Browse digital electronics items.

🔑 User Authentication – Sign up & login system.

📂 Item Categories – Organized product categories.

🛒 Add to Cart – Select items for purchase.

💳 Checkout & Payment – Proceed with orders securely.

🎨 Responsive Design – Built with Bootstrap for a seamless experience.

Required Installation

  • Install latest version of python, django and bootstrap
    pip install django

    npm install bootstrap
  • SQLite comes with Python, so no separate installation is required. To verify, run:
    python -c "import sqlite3; print('SQLite is installed')"
  • Apply migrations.
    python manage.py migrate
  • Now run the code
    python manage.py runserver

Setup Instructions

  • Setup your Django administration to store data.

  • Read the documentation of bootstrap and django for faster development.

  • Now, You can run it locally (localhost) or deploy it.

Run Locally

To run tests, run the following command

 python manage.py runserver

✨Usage Guide

  • Sign Up / Login to access personalized features.

  • Browse Categories to find digital electronics.

  • Add Items to Cart for purchase.

  • Proceed to Checkout & Payment to complete the order.

🛠️Tech Stack

  • Backend: Python Django

  • Frontend: HTML, CSS, JavaScript, Bootstrap

  • Database: SQLite

Screenshots

Screenshot 2025-02-15 191213

Screenshot 2025-02-15 191242

Screenshot 2025-02-15 191343

Screenshot 2025-02-15 191419

About

Webshoppers is an frontend e-commerce website that is an online retailer of digital electronic items, offering a vast collection of products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published