KanmaChizea / ISWDevChallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISW Dev Challenge

A mobile app for a user to log into and view his bank accounts

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your development machine.
  • npm or Yarn package manager installed.
  • React Native CLI configured on your system.
  • Xcode (for macOS) or Android Studio (for Android development) installed for the respective platform.

Installation

  1. Clone the repository:
git clone https://github.com/KanmaChizea/ISWDevChallenge
  1. Change into the app's directory:
cd ISWDevChallenge
  1. Install project dependencies:
npm install
# or
yarn install

Running the app

  1. Start the Metro Server
# using npm
npm start

# OR using Yarn
yarn start
  1. Start your Application

Open a new terminal and run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

About


Languages

Language:TypeScript 80.7%Language:Java 10.1%Language:Objective-C 3.2%Language:Ruby 3.2%Language:JavaScript 1.7%Language:Objective-C++ 1.1%