Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 860 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 860 Bytes

🚀 Foshol Bazar

This is the client side for the Foshol Bazar. It is built with React.js and communicates with a server-side API.

📋 Prerequisites

  • Node.js
  • npm

🛠️ Installation

  1. Clone the repository:
git clone <your-client-side-repo-url>

2. Navigate into the directory:

```ts
cd <your-repo-name>
  1. Install the dependencies:
npm install
  1. Run the app:
npm run dev
  • Your application should now be running and accessible in a web browser at http://localhost:3000 (or whatever port you have configured).

🌟 Features

  • User authentication (login/register)
  • Browse Vegetable products
  • Add Vegetable to cart
  • Checkout process
  • Update Vegetable
  • Delete Vegetable
  • Payment Gate : ssslcommerz

🤝 Contributing

  • Contributions are welcome. Please make a pull request