Skip to content

React application which integrates with github.com API and allows user to search for up to 5 users with a username similar to the value entered in text input and then on click, display repositories for selected GitHub user

Notifications You must be signed in to change notification settings

donaderoyan/github-repositories-explorer

Repository files navigation

GitHub repositories explorer

React application which integrates with github.com API and allows user to search for up to 5 users with a username similar to the value entered in text input and then on click, display repositories (no limit on displayed repositories amount) for selected GitHub user API docs URL: https://developer.github.com/v3/

Installing / Developing

Clone the repo

Run:

npm install

This will install the dependencies required to run the boilerplate.

npm start

This runs the app on a port(default 3000)

npm run format

This will format the files with prettier.

npm run lint

This will lint the files with eslint.

Building

To build the project, run:

npm run build

This will build the app in dist folder.

Licensing

MIT

About

React application which integrates with github.com API and allows user to search for up to 5 users with a username similar to the value entered in text input and then on click, display repositories for selected GitHub user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published