Front End of Zwallet App, a Digital Wallet Application Built with React Native

Zwallet App

Description

Zwallet App is a digital wallet application where users can transfer between each other users via available contacts. For security, each user required to have a PIN. Other features include resetting passwords, editing profiles, and more.

Features

  • Transfer Money
  • Notification
  • Edit Profile
  • Reset Password
  • Change Password & PIN

Usage Application

  • Download and install the app in your android device
  • Register new account, then login with your new account
  • If you can log in, you can use the feature

Requirements for Development

Installation for Development

  1. Open your terminal or command prompt
  2. Type git clone https://github.com/solehudin5699/ZWALLET-frontend.git
  3. Open the folder and type npm install for install dependencies
  4. Create file titled sharedVariable.js in root folder with the following contents :
export const serverAddress = 'server_address_for_backend';
export const socketServerAddress = 'server_address_for_socket';

Example :

export const serverAddress = 'http://localhost:8000';
export const socketServerAddress = 'http://localhost:8001';
  1. Before run this, you must installation backend and then run backend
  2. Type react-native run-android in terminal for run this app. Make sure your device is connected with debugging mode.

Screenshoots

Release APK

Download this apk release for getting experience with this app.

Related Project

RESTful API for this application, clone this for development Zwallet App.

Download Details:

Author: solehudin5699

Source Code: https://github.com/solehudin5699/ZWALLET-frontend

#react #react-native #mobile-apps

Front End of Zwallet App, a Digital Wallet Application Built with React Native
6.90 GEEK