This project encompasses a shopping website application. Users can add products found on the site to their favorites, place them in the shopping cart, and adjust the quantities of items in their carts. Additionally, they can view the total price of the items in their carts.
-
Clone this repository or download it as a ZIP:
cd Desktop/e-ShopApp git clone https://github.com/mertcetiin/e-commerce.git
-
Install dependencies and start the development server:
npm install npm create vite@latest . npm install zustand npm install react-router-dom npm install react-icons --save npm run dev