An Open Finance mobile app built using React Native and Expo.
📊 Finans - is a mobile app that lets you connect your bank accounts and view your financial data, such as your current aggregated balance and monthly transaction history, in one place. All this is possible thanks to Open Finance and the pluggy.ai API, which provides a single interface for consuming data from different banking institutions.
You can see the layout of this project in Figma.
- Expo
- React Native
- Typescript
- Styled Components
# Clone this repository
$ git clone https://github.com/Joaomlg/finance-app
# Go to project path
$ cd finance-app
# Install dependences
$ npm install
# Server app
$ npm start