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.
- 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 😇
-
To install on Android/IOS, you will need to first have Expo GO installed on your device(s).
-
After installing Expo GO (sdk 51), just scan the QR code below:
- For older expo versions, please see this
- 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
- 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 thelib
folder. You can then start up the app on your emulator by using:
flutter run lib/main.dart
- 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
- Details on how to run the backend can be found here: Running the backend