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
- Host: GitHub
- URL: https://github.com/donaderoyan/github-repositories-explorer
- Owner: donaderoyan
- Created: 2023-07-09T11:17:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T08:38:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T08:11:36.610Z (4 months ago)
- Language: TypeScript
- Homepage: https://donaderoyan.github.io/github-repositories-explorer/
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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