This is a "Money Transfer Comparison Widget". This widget will allow a user to see the costs associated with sending a specific amount of money from one country to another, comparing different service providers.
https://pluid-pay-vghc.vercel.app/ (Login Sim) https://pluid-pay-vghc.vercel.app/dashboard (Direct access to widget)
First, clone the repositoey and run npm install
git clone https://github.com/aguchux/PluidPay.git .
npm installWISE_SANDBOX_TOKEN=< your Wise sandbox >
# format, lint and test
npm run check# spin up the Application
npm run dev