Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.13 KB

mfs-paymate-client

This repository contains the client-side code for the Pamate web application. Pamate allows users to send money, request cash in and cash out from agents, and view transaction history. Agents can accept cash-in and cash-out requests and view all transactions.

Website live link - Paymate

Features

  • Send Money : Users can send money to other users within the application.
  • Cash In/Out Requests : Users can request cash in and cash out from agents.
  • Transaction History : Users and agents can view their transaction history.
  • Agent Features : Agents can view and accept cash-in and cash-out requests from users.

Technology Stack

  • HTML
  • Tailwind CSS
  • React
  • Axios
  • React Query

Installation and Set Up

This project is set up using Vite, a fast build tool and development server, to enhance performance during development. 1. Clone The Repository:

git clone https://github.com/sour0v1/mfs-paymate-client.git
cd mfs-paymate-client

2. Install Dependencies:

npm install

2. Start Depelopment Server:

npm run dev