Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sour0v1/mfs-paymate-client
- Owner: sour0v1
- Created: 2024-07-16T12:17:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T09:10:08.000Z (4 months ago)
- Last Synced: 2024-08-22T10:16:44.047Z (4 months ago)
- Topics: axios, frontend, mfs, react, tailwindcss, tanstack-react-query
- Language: JavaScript
- Homepage: https://mfs-paymate.web.app/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```