/e-commerce

This project contains an e-commerce application created using React and TypeScript and developed with Zustand, a state management library.

Primary LanguageTypeScript

React + TypeScript + Vite

e-Shopp

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.

Project Screenshot

image

image

Project Link

Live Demo

Installation

  1. Clone this repository or download it as a ZIP:

    cd Desktop/e-ShopApp
    git clone https://github.com/mertcetiin/e-commerce.git
    
  2. 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