Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mithu9/gadget-heaven

e-commerce site using react,local storage,context api
https://github.com/mithu9/gadget-heaven

context-api helmet-async localstorage react-router-dom reactjs recharts toastify

Last synced: about 2 months ago
JSON representation

e-commerce site using react,local storage,context api

Awesome Lists containing this project

README

        

# 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:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh


Live LInk: https://gadget-heaven-by-mithu9.netlify.app/



Requirement Document

#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.