Skip to content

aryansnagar/ecommerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β€‹β€‹πŸ‘š Ecommerce Website

The backend of this website is in another repository Check out

An full stack e-commerce website offering search, cart, and order management functionality.
Live demo: ocecommercewebsite.vercel.app

πŸ“ This is my college project.

🧰 Features (Frontend)

  • Product listing with search functionality
  • Product details page.
  • Shopping cart with add/remove capability
  • Order Placement(client-side)
  • Order management(Backend)
  • Cloud database to store orders and userdata
  • Analytics to measure user beahviour and site performance.

πŸ’» Technology Stack (Frontend)

  • HTML, CSS, JavaScript
  • Deployed on Vercel

πŸ–₯️ Backend

  • Using NodeJS to host the wesbite on the server.
  • SQLlite to store the userdata and order data on server.

Project Structure

ecommerce-website/
β”œβ”€ index.html # Main product listing page
β”œβ”€ product.html # Individual product detail view
β”œβ”€ detail.html # Additional detail/layout page
β”œβ”€ cart.html # Shopping cart interface
β”œβ”€ images/ # Image assets
β”œβ”€ style/ # CSS stylesheets
└─ logic/ # JavaScript files (search, cart, order logic)

Running Locally (Quick Start)

  1. Clone the repo:
    git clone https://github.com/aryansnagar/ecommerce-website.git
    cd ecommerce-website
    
  2. Download the backend here
    cd black-orlov-backend
    node run server.js
  3. You need a server address management use ngrok
  4. Replace the save adress in form.js with your generated permanen addresss.

Star the repository.
With Love Aryan Nagar ❀️.

About

Ecommerce website includes features search, cart and order management.

Topics

Resources

Stars

Watchers

Forks