https://github.com/janani2311/shopify
https://github.com/janani2311/shopify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janani2311/shopify
- Owner: Janani2311
- Created: 2024-05-23T00:53:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:09:53.000Z (about 1 year ago)
- Last Synced: 2025-02-03T20:50:38.278Z (4 months ago)
- Language: CSS
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SHOPIFY - This is a simple e-commerce UI with a functionality of adding items to the cart by clicking "Add to cart" button.
- And to remove items from the cart by clicking "Remove from cart" button.
- The cart count should be increased while clicking "Add to Cart" button and decreased while clicking "Remove from cart" button.- I have created multiple reusable components - Header, Navbar, Card, Footer.
- Cards are created in a dynamic manner.
- Achieved the functionality using HOOK concept UseState to rerender the components.# 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