Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mithu9/gadget-heaven
- Owner: MITHU9
- Created: 2024-11-05T17:23:54.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:55:43.000Z (about 2 months ago)
- Last Synced: 2024-11-06T05:30:34.068Z (about 2 months ago)
- Topics: context-api, helmet-async, localstorage, react-router-dom, reactjs, recharts, toastify
- Language: JavaScript
- Homepage: https://gadget-heaven-by-mithu9.netlify.app/
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.