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

https://github.com/jawadddd/find-github-userprofile-against-randomname

It includes a simple react app requesting the github api to give user profile against random name entered by user
https://github.com/jawadddd/find-github-userprofile-against-randomname

nodejs public-apis reactjs webprogramming

Last synced: 11 months ago
JSON representation

It includes a simple react app requesting the github api to give user profile against random name entered by user

Awesome Lists containing this project

README

          

#### It includes a simple react app that takes username as input from the user and displays GitHub user profiles matching the input.
For this, I am making an HTTP request to the GitHub API given in the
following link:
[https://docs.github.com/en/rest/search?apiVersion=2022-11-28#search-users](https://docs.github.com/en/rest/search?apiVersion=2022-11-28#search-users)
According to response I am Showing name, link to the profile, and avatar of profile on screen .