Skip to content

georgiaprahamov/load-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The "load_repos" project is written in the JavaScript programming language. The main goal of the project is to fetch and display a list of all repositories associated with your GitHub profile.

The project's code uses the GitHub API to obtain information about a user's repositories. For this purpose, the project uses the Fetch API, which is built into the browser and allows sending HTTP requests to different servers.

The features of the project include:

  • Using the Fetch API to send requests to the GitHub API and receive JSON responses;
  • Using Promise objects to manage asynchronous operations;
  • Using DOM manipulations to create and display the list of repositories;
  • Using HTML and CSS to style the project's appearance.

image

image

image