This is the client side for the Foshol Bazar
. It is built with React.js and communicates with a server-side API.
- Node.js
- npm
- Clone the repository:
git clone <your-client-side-repo-url>
2. Navigate into the directory:
```ts
cd <your-repo-name>
- Install the dependencies:
npm install
- 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).
- User authentication (login/register)
- Browse Vegetable products
- Add Vegetable to cart
- Checkout process
- Update Vegetable
- Delete Vegetable
- Payment Gate : ssslcommerz
- Contributions are welcome. Please make a pull request