DEVSHOP 🛒🎃
OVERVIEW
So basically devshop is just like a store where you can find various day to day life items and you can purchase them
======= LIVE LINK : DEVSHOP-LINK
FEATURES :
- The product data is coming from the api (dummy json).
- Search functionality to search your items easily
- Cart to show your items purchased
- Slider images coming from the api(slingshot academy)
- Use of axios for fetching and handling api with React useEffect
- Simple and responsive design.
- Routes by react-router-dom.
RUNNING THE PROJECT :
- Clone the project locally by running git clone https://github.com/HassanAbbas10/DevShop.git
- Navigate to project by running cd shop
- Run npm install to install the dependencies
- Run npm dev to start the localhost =======
- Clone the project locally by running git clone https://github.com/HassanAbbas10/DevShop.git
- Navigate to project by running cd shop
- "Run npm install" to install the dependencies
- "Run npm dev" to start the project on localhost
10e7cd3b82b149c8c5aafa87ce81b95c67494c3e
DEV DEPENDENCIES:
- REACT
- React-DOM
- Vite
- Axios
- Shadcn UI
- React-router-dom
- Tailwind-CSS
<<<<<<< HEAD
-
@vitejs/plugin-react uses Babel for Fast Refresh
-
@vitejs/plugin-react-swc uses SWC for Fast Refresh
Functionality:- 1.Product cards 2.search product (only by clicking the list item) 3.Product Page 4.Product Data coming from api (dummy.json) 5.Image slide images coming from api