Skip to content

animesh156/Shopping-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

E-Commerce App

An eCommerce web application built with the MERN (MongoDB, Express, React, Node.js) stack. This app allows users to browse products, view product details, add items to the cart, and proceed through a mock checkout and payment process.

Features

  • Homepage: Displays featured and popular products.

  • Product Listing: Users can browse and filter products by category.

  • Product Details: Shows information about each product, including an animated text effect to showcase highlights.

  • Checkout: Users can proceed to checkout and view a mock payment success/failure page

  • Cart: Allows users to add, view, and modify items in their cart.

Run Locally

Clone the project

  git clone https://github.com/yourusername/ecommerce-app.git

Go to the project directory

 cd ecommerce-app

Install dependencies

  cd client
  npm install
  cd server
  npm install

Start the server

  client
  npm run dev
  server
  node index.js

Tech Stack

Client: React, React Router Dom, Material UI(components), TailwindCSS

Server: Node, Express

Database: MongoDB

Deployment: Vercel

Releases

No releases published

Packages

No packages published

Languages