Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dluismendezpy/coop-bank-app
Banking App build using React Native
https://github.com/dluismendezpy/coop-bank-app
javascript react react-native
Last synced: about 1 month ago
JSON representation
Banking App build using React Native
- Host: GitHub
- URL: https://github.com/dluismendezpy/coop-bank-app
- Owner: dluismendezpy
- License: apache-2.0
- Created: 2022-04-14T14:13:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T23:59:38.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:16:42.333Z (almost 2 years ago)
- Topics: javascript, react, react-native
- Language: JavaScript
- Homepage:
- Size: 849 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coop Bank App
Banking app using React Native.
This app includes:- Home
- Login
- Logout
- Forgot password
- Help center page
- Accounts and loans page
- Drawer navigation## Prerequisites
- NodeJS
- Expo CLI
- npm or yarn## Setup
#### Clone repo
`https://github.com/dluismendezpy/coop-bank-app.git`
#### Install dependencies
`npm install` or `yarn install`
#### Run app
`yarn start`
#### Run on Android/Ios device directly
`yarn android` / `yarn ios`
## Usage
- Use your Android or Ios emulator/device.
- Expo `5.4.3` or higher
- Login default credentials:
- Username: `@@@`
- Password: `@@@`