Skip to content

vrijraj/github-user-search-with-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Profile Search with Vanilla JavaScript

github

In this codelab, you’ll learn how to search for GitHub users by their username using JavaScript and GitHub’s API. You’ll create a simple interface where users can input a username, and JavaScript will make a request to the GitHub API to fetch user details such as profile information, repositories, and followers. The data will then be displayed on the webpage. This codelab teaches how to interact with APIs, process JSON data, and dynamically update the user interface. By the end, you'll have the skills to integrate API calls and build data-driven web applications.

Codelab: https://gradus.dev/labs/github-profile-search-with-vanilla-javascript-5ziEbb
Video: https://youtu.be/0Kfwbays58g?si=N2i3itN__Vu-tvEQ