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.
- 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.
- HTML, CSS, JavaScript
- Deployed on Vercel
- Using NodeJS to host the wesbite on the server.
- SQLlite to store the userdata and order data on server.
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)
- Clone the repo:
git clone https://github.com/aryansnagar/ecommerce-website.git cd ecommerce-website - Download the backend here
cd black-orlov-backend node run server.js - You need a server address management use ngrok
- Replace the save adress in form.js with your generated permanen addresss.
Star the repository.
With Love Aryan Nagar β€οΈ.