Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.52 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.52 KB

Tech Stack

This software was built using the following tools:

Features

  • Make Homepage as a protected route
    • only logged in users can access the homepage
  • Range Slider for price filter
    • users can use the range slider to filter the products based on their price
  • Search Bar
    • users can use search products based on their name
  • Add to Cart
    • products can be added to the cart
  • Remove from Cart
    • products can be removed from the cart
  • Responsiveness
    • responsive across all platforms

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Sadmin23/ClickCart

# Go into the repository
$ cd Whisper-App

# Install dependencies
$ npm install

# Run the app
$ npm run dev

#Go to http://localhost:5173

Screen shots

Sign-in page:

sign-in

Home Page:

homepage

Cart:

cart