A user lookup tool using GitHub's user search API. Built using React and Bootstrap.
A working version can be found here: https://gregorywong.github.io/github-user-search/
- Clone this repo
- Run
npm installto install all the dependencies - Run
npm run devfor development mode. New browser window should open automatically. - Run
npm run prodfor production mode. The compiled files are saved to the./distfolder (which will be created if it doesn't already exist).