This is a personal project to create a front end for the API on this repository using React + Vite.
The idea is to have a page to connect to banks and investment brokers, and unify all the data in a single view.
For now the system is integrated to Nubank and Rico.
The application is running on Azure and can be used here.
- Install the NPM packages
yarn install
- Run the project
npm start
Right now is not possibile to connect to a bank provider through the interface, so its needed to send the commands directly to the server. Once create, the project should connect to the specified account and show the summary with the fetched assets.
The nexts steps are:
- Add posibility to connect to a bank provider though interface.
- Add more insights for the assets registered.