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
- Host: GitHub
- URL: https://github.com/jawadddd/find-github-userprofile-against-randomname
- Owner: jawadddd
- Created: 2023-04-16T06:54:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T08:07:32.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T02:42:52.155Z (about 1 year ago)
- Topics: nodejs, public-apis, reactjs, webprogramming
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .