This is a Github User Search app developed using Angular JS.
To Try out App - Visit - https://github-search-53fc3.firebaseapp.com
Download Dependencies -> npm install
Run App -> npm start
URL -> http://localhost:3000/
App deployed using Google Firebase.
To install Firbase Tools - npm intall -g firebase-tools
To deploy the app - Login into firebase console - firebase login
Initialize the App with Firebase - firebase init
Deploy the App - firebase deploy