/print-github-users

Use react to print github users

Primary LanguageJavaScript

The Red Ant Test - Print Github Users 👥

This web app

  • Get JSON from the API https://api.github.com/users
  • Print github users
  • Sort user ID ascendingly or descendingly
  • Filter user type
  • Real-time search user login name
  • Display number of results

project screenshot

Usage

Install modules to app

npm install

Run the app in the development mode in http://localhost:3000.

npm start

Build for production

Build the app for production to the build folder. It bundles React in production mode and optimizes the build for the best performance. App is ready to be deployed.

npm run build

Technology

  • Create with : Creat React App
  • JS frameworks : ReactJS
  • CSS frameworks : BootStrap-v4
  • Lint: ESLint
  • Editor: Atom

Contact