https://github.com/jatiinyadav/github-finder
A React App that allows you to search for any GitHub user and view their public information.
https://github.com/jatiinyadav/github-finder
github-api github-finder reactjs users
Last synced: 20 days ago
JSON representation
A React App that allows you to search for any GitHub user and view their public information.
- Host: GitHub
- URL: https://github.com/jatiinyadav/github-finder
- Owner: jatiinyadav
- License: mit
- Created: 2022-02-22T17:26:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:43:17.000Z (11 months ago)
- Last Synced: 2025-02-12T14:18:06.070Z (2 months ago)
- Topics: github-api, github-finder, reactjs, users
- Language: JavaScript
- Homepage: https://github-find-user.vercel.app/
- Size: 756 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Github Finder
A React App that allows you to search for any GitHub user and view their public information.
### API
- [Github API](https://docs.github.com/en)
### Clone this repository
```bash
git clone https://github.com/jatiinyadav/Github-Finder.git
```### Installation
1. Run this command in your terminal: ```npm install```
2. In the project directory, you can run: ``` npm start ```
3. Builds the app for production to the build folder: ```npm run build```### Getting Started
1. You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
2. To learn React, check out the [React documentation](https://reactjs.org/).### How to Contribute?
- Take a look at the Existing [Issues](https://github.com/jatiinyadav/Github-Finder/issues) or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.[](https://jatiinyadav.github.io/)