This software was built using the following tools:
- 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
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