An open API service indexing awesome lists of open source software.

https://github.com/donaderoyan/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 for selected GitHub user
https://github.com/donaderoyan/github-repositories-explorer

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```shell
npm install
```

This will install the dependencies required to run the boilerplate.

```shell
npm start
```

This runs the app on a port(default 3000)

```shell
npm run format
```

This will format the files with prettier.

```shell
npm run lint
```

This will lint the files with eslint.

## Building

To build the project, run:

```shell
npm run build
```

This will build the app in dist folder.

## Licensing

MIT