Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.25 KB

Ecommerce Shoe App

This project is an e-commerce application developed using Redux Toolkit.

Project Description

This e-commerce application is designed to provide users with a seamless shopping experience. It allows users to browse through a wide range of products, view detailed product information, add items to their shopping cart, and complete the purchase process. The application is built using modern web technologies, including React for the user interface and Redux Toolkit for state management.

Features

  • Browse and view product listings.
  • Add and remove items from the shopping cart.
  • Complete the purchase.

Getting Started

Follow the steps below to run the project on your local machine.

  1. Clone the Project

git clone https://github.com/YusraSenimAydin/Ecommerce-App.git

  1. Navigate to the Project Directory

  cd Ecommerce-App

  1. Install Dependencies

npm install

  1. Run the Application

 npm start  

Technologies Used

  • React
  • Redux Toolkit
  • Material UI
  • Tailwind CSS
  • React Router Dom

How to Contribute

Fork this repository. Create a new branch: git checkout -b new-feature. Commit your changes: git commit -m 'Added a new feature'. Push to the branch: git push origin new-feature. Create a pull request.