Skip to content

Josh-Ay/funola-bank-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Funola Mobile Banking Application

A mobile banking application that helps you effectively manage your personal finance.

DISCLAIMER: This app was designed by Nikita Ogurechnikov on Behance and was implemented by me solely for learning purposes and is not intended for commercial usage in any way.

Table of Contents

Demo

React Native

Flutter

Features

  • Account Management
  • Convenient Mobile Deposits
  • Card Management
  • Wallet Management
  • Cookie authentication and jwt authorization for login
  • Locate nearby ATMs with ease
  • Alerts and notifications
  • Money Transfer (not real money 😔)
  • Live currency conversion
  • Round-the-Clock Customer Support 😇

React Native - Installing on Android/IOS

  • To install on Android/IOS, you will need to first have Expo GO installed on your device(s).

    • For Android devices, you can install using this link.
    • For IOS devices, you can install using this link.
  • After installing Expo GO (sdk 51), just scan the QR code below:

Screenshots

React Native Screenshots

Flutter Screenshots

Running Locally

Running the React Native App

  • To run the react native app, first clone it using the command below:
git clone --single-branch -b react-native-frontend /~https://github.com/Josh-Ay/funola-bank-app.git
  • Install all required dependecies using the following command:
npm install
  • You can then start up the app on your emulator by using:
npm start

Running the Flutter App

  • To run the flutter app, first clone it by using the command below:
git clone --single-branch -b flutter-frontend /~https://github.com/Josh-Ay/funola-bank-app.git
  • Install all required dependecies using the following command:
flutter pub get
  • Open the main.dart file in the lib folder. You can then start up the app on your emulator by using:
flutter run lib/main.dart

Running the backend

  • To run the backend, first clone it using the command below:
git clone --single-branch -b backend /~https://github.com/Josh-Ay/funola-bank-app.git

Contact

Releases

No releases published

Packages

No packages published