https://github.com/imran-2022/mfs_frontend
A secure and efficient Mobile Financial Service (MFS) platform inspired by bKash and Nagad, offering send money, cash-in, cash-out, and balance inquiry features. Built with Node.js for the backend and React for the frontend to ensure seamless digital transactions. 🚀
https://github.com/imran-2022/mfs_frontend
react tailwindcss
Last synced: 2 months ago
JSON representation
A secure and efficient Mobile Financial Service (MFS) platform inspired by bKash and Nagad, offering send money, cash-in, cash-out, and balance inquiry features. Built with Node.js for the backend and React for the frontend to ensure seamless digital transactions. 🚀
- Host: GitHub
- URL: https://github.com/imran-2022/mfs_frontend
- Owner: Imran-2022
- Created: 2025-02-24T06:07:25.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T23:11:32.000Z (2 months ago)
- Last Synced: 2025-02-27T00:23:03.382Z (2 months ago)
- Topics: react, tailwindcss
- Language: JavaScript
- Homepage: https://mfs25.netlify.app/
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#### Frontend For Mobile Financial Service (MFS)
## #Instructions on How to Set Up and Run the Application Locally
##### - Step 1: Clone this repository.
##### - Step 2: Navigate to the directory using `cd [directory]`.
##### - Step 3: To install the modules, run `npm i`.
##### - Step 4: Create a `.env` file and add the following line: `VITE_ENDPOINT="http://localhost:3001"`.
##### - Step 5: To run the application, use `npm run dev`.