Skip to content

MITHU9/gadget-heaven

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:


#React Fundamentals Concept

  • React Components
  • React Router Dom
  • Context Api
  • React hooks

I have Used both Context Api and local storage for handling and managing data.

#5 Key features of this project

  • User can see all the product.
  • User can filtered products by category.
  • User can see the details of a particular product.
  • User can add the product to the cart and wishList.
  • User can sort the cart product by price in descending order.