This is a playground project to test Belvo APIs. The usage it is pretty simple, click on the button to link an account (for sandbox, you can use any login and password) and it will show a basic report, giving info about owner, accounts, balance filtered by date (it is a general balance, considering accounts, credit cards, etc.) and transactions filtered by date.
Do not forget that this front-end needs a functional backend. You can consume my endpoints in: https://belvo-api.herokuapp.com (you can change it in /src/services/api.js). Or you can just download the project: https://github.com/ciscoproo0/belvo-api and run locally with your own credentials!
Here is the live demo: https://belvo-front.herokuapp.com/
clone the project and run using Yarn:
Download all dependencies:
yarn
Run the project
yarn start
or NPM
Download all dependencies
npm install
Run the project
npm start
Francisco Silva / [email protected]