eKhareed is an e-commerce platform built using React.
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.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ash956901/eKhareed.git
- Navigate to the project directory:
cd eKhareed
- Install dependencies:
npm install
- Start the development server:
npm start
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.
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 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
Contributions are welcome! If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.