klujanrosas / LoginScreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoginScreen

LoginScreen is a React Native powered app, it only contains a login screen as suggested by the name, it is ordered by components in such a way that you can take it and plug directly into your own custom app.

This UI was heavily inspired by https://www.uplabs.com/posts/login-screen-ui-interface

Screenshot

LoginScreen

Usage

  1. Make sure you've got Node.js v4+ and Yarn(preferred) or NPM installed.
  2. Install the dependencies and start the local server:
$ cd LoginScreen
$ yarn
$ react-native run-android

NOTE: You need to have an actual Android device plugged into your computer, or an emulator.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 60.6%Language:Objective-C 23.0%Language:Python 9.0%Language:Java 7.4%