Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sour0v1/mfs-paymate-client

A user-friendly web application interface where users can register, send money, request cash in/out, and view transaction history. Agents can manage and accept cash in/out requests and access transaction records.
https://github.com/sour0v1/mfs-paymate-client

axios frontend mfs react tailwindcss tanstack-react-query

Last synced: about 2 months ago
JSON representation

A user-friendly web application interface where users can register, send money, request cash in/out, and view transaction history. Agents can manage and accept cash in/out requests and access transaction records.

Awesome Lists containing this project

README

        

# 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](https://mfs-paymate.web.app/)

## 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](https://vitejs.dev/guide/), 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
```