Skip to content

ciscoproo0/belvo-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belvo Front-end Tests


A Front-end built to consume my backend API

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/


Try it for yourself

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]

About

Front-end implementation of Belvo APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published