Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniketbiswas21/github-finder
https://github.com/aniketbiswas21/github-finder
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aniketbiswas21/github-finder
- Owner: aniketbiswas21
- Created: 2020-03-23T06:00:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T22:45:48.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T02:48:54.620Z (almost 2 years ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Finder
A simple search tool to find users in GitHub and also displays the user's info in an attractive ui.## Link to the Project
https://github-finder-ab21.netlify.com/## Flow of the program
The flow of the program is as follows:
1. Enter a user's name in the search box.
2. Click on more to get more detailed outlook of that user.
3. The detailed outlook also displays the user's 5 most recent public repositories with a link to that repository.![githubfinder1](https://user-images.githubusercontent.com/51146347/77843586-409c5900-71bc-11ea-898a-155bdfecc78a.png)
![githubfinder2](https://user-images.githubusercontent.com/51146347/77843617-7b9e8c80-71bc-11ea-8790-751543df1164.png)
![githubfinder3](https://user-images.githubusercontent.com/51146347/77843654-d20bcb00-71bc-11ea-9c4b-d6679a9c58fa.png)
## Tools Used
1. ReactJS
2. Context API for state management
3. Github's API
4. Font Awesome (https://fontawesome.com/)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.