Skip to content

wahid1099/multi_vendor_ecom

Repository files navigation

🛒 Frontend - E-Commerce Application

Overview

This is the React frontend for the E-Commerce application. It allows users to browse products, add them to the cart, and complete purchases through the AmarPay payment gateway.

🚀 Features

  • Product Listing: View products with details like name, price, description, and images.
  • Product Details: Detailed view of each product with an option to add it to the cart.
  • Shopping Cart: Add, remove, and update the quantity of items in the cart.
  • User Authentication: Login and registration functionality.
  • Order Checkout: Integration with AmarPay for secure payment processing.

🔧 Installation

  1. Live Link:

    Live Link https://wahidsbdshop.netlify.app/
  2. Clone the repository:

    git clone https://github.com/wahid1099/multi_vendor_ecom

    Navigate to the frontend directory:

cd assignment9-frontend

Install dependencies:

npm install Start the development server:

npm start

⚙️ Tech Stack React.js React Router Axios (for API calls) AmarPay (payment gateway) Tailwind CSS (styling)

📖 Contributing Fork the repository. Clone your fork: git clone https://github.com/wahid1099/multi_vendor_ecom git checkout -b feature-name

Make your changes. Commit and push:

git commit -m "Add feature" git push origin feature-name


Key Features of the README:

  • Icons: Added relevant icons for better readability and visual appeal.
  • Installation: Clear instructions for setting up both frontend and backend.
  • Tech Stack: Lists the technologies used for both parts.
  • Contributing: Standard contributing guidelines for GitHub.
  • License: MIT License mentioned for open-source use.

You can now create separate README.md files for both the frontend and backend parts of your project on GitHub. Let me know if you need any further changes!

Releases

No releases published

Packages

No packages published

Languages