Skip to content

SanketDhabarde/always-shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

always stream

Always-Shopping 🛒

An e-commerce application for watches

👩‍💻 Backend Code

always-shopping-backend

📽 Preview

always-shopping.mp4

🧪Testing

Coverage more than 95%

yarn coverage

screencapture-127-0-0-1-5500-coverage-lcov-report-index-html-2023-01-01-17_20_27

😎 Features

  • Filter the product based on category from home page
  • Filter the products based on ideal for mens, womens, boys, girls
  • Sort the products by price
  • Sort by ratings
  • Filter by features such as include out of stock and fast delivery
  • Filter the products by price range
  • Add the products to wishlist
  • Add the products to cart
  • Address management
  • Payment integration
  • Order page

▶ Live url

always-shopping

🤯 How to run app locally

1. Clone the app

git clone https://github.com/SanketDhabarde/always-shopping.git

2. Install the dependencies in your root folder where you cloned the app

yarn install

3. Create .env file and add secret key. this will help you use MockBee APIs

REACT_APP_JWT_SECRET=<your-jwt-secret-of-your-choice>

4. Run the app

yarn start

With that you can see your app running on localhost:3000

👨‍💻 Connect with me