Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 346 Bytes

README.org

File metadata and controls

executable file
·
11 lines (9 loc) · 346 Bytes

ReactJS Github User Repository Finder

Uses the Github API to allow for finding the repositories of users.

Implementation

  1. Build system based on Node.js
  2. Uses Babel to transpile ES6 to ES5 capable code

How to run

  1. In terminal type “npm install”
  2. Then type “npm run start”
  3. A browser should open to show “http://localhost:3000”