Skip to content

kartikeyvaish/2FA-Mobile

Repository files navigation

2FA-Mobile

Mobile application with two-factor authentication setup.

APK Link - https://drive.google.com/file/d/1giVHBYOKuQTR99rkCaXNzr5jmJQYeoch/view?usp=sharing

Development Setup

To set up 2FA Android Application for development, you need to follow the steps mentioned below:

Step 1: Install Node.js from the Node.js official website.

During the developement process, I used node version v14.17.4. You can check your node version by running the following command:

node -v

Step 2: Setup React Native environment.

Follow the steps mentioned in the official documentation to setup the environment.

Step 3: Clone the repository

git clone https://github.com/kartikeyvaish/2FA-Mobile

Step 4: Install dependencies

cd 2FA-Mobile

npm install

Step 5: Running the application

Connect a physical device or an emulator to your computer. You can read more about connecting to a physical device or emulator here.

After this process is completed, just run

expo start

About

Mobile application with two-factor authentication setup.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks