Skip to content

An Open Finance mobile app built using React Native and Expo.

License

Notifications You must be signed in to change notification settings

Joaomlg/finance-app

Repository files navigation

Finans

An Open Finance mobile app built using React Native and Expo.

About

📊 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.

🎨 Design

You can see the layout of this project in Figma.

🛠 Tools

  • Expo
  • React Native
  • Typescript
  • Styled Components

🚀 How to run it

# 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