Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 693 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 693 Bytes

#GitHub Profile Search

To Clone:

On the terminal, use the following command - git clone https://github.com/SilvinPradhan/github-profile-search.git <Folder_name>

Run npm install

Information about the application

The user will be able to get the information of the specific GitHub user profiles using the specified user_id. Using the GitHub API, you will be able to get the information such as, Name, Avatar, Public Repositories, Bio, followers, and many more. The repositories of ones GitHub profile will be listed on a table with the number of watchers to each repositories. The table is built with pagination to provide continuity to both users and search engines.