Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 474 Bytes

File metadata and controls

5 lines (5 loc) · 474 Bytes

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
According to response I am Showing name, link to the profile, and avatar of profile on screen .