Skip to content

A Shopping application where you can add items to cart and checkout.

Notifications You must be signed in to change notification settings

ash956901/eKhareed

Repository files navigation

eKhareed

eKhareed is an e-commerce platform built using React.

Table of Contents

Introduction

eKhareed is a web-based e-commerce application developed with React. It allows users to browse products, add them to the cart, and proceed with the purchase.

Preview

ek1 eK2 ek3

Installation

To run this project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/ash956901/eKhareed.git
  2. Navigate to the project directory: cd eKhareed
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

Once the development server is running, you can access the application in your browser at http://localhost:3000. Here are some usage scenarios:

  • Browsing Products: Visit the homepage to view available products.
  • Adding to Cart: Click on a product to view details and add it to the cart.
  • Checkout: Proceed to the cart and complete the purchase by providing necessary details.

Folder Structure

eKhareed/

├── public/
│ ├── index.html
│ └── ...

├── src/
│ ├── components/
│ │ ├── Header.js
│ │ ├── ProductList.js
│ │ └── Cart.js
│ │
│ ├── App.js
│ ├── index.js
│ └── ...

├── package.json
└── ...

The project follows this basic folder structure, with src containing main components and public holding static assets.

Dependencies

Dependencies used in this project:

Dependencies used in this project:

  • React: ^17.0.2
  • React Router DOM: ^5.3.0
  • React Hot Toast: ^1.0.0

Contributing

Contributions are welcome! If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature
  3. Make your changes and commit: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Shopping application where you can add items to cart and checkout.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published