This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- React Components
- React Router Dom
- Context Api
- React hooks
- 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.