GitHub Repositories
This project displays information about the repositories and public data of any GitHub user.
Features
- When entering a GitHub username, the following user details are shown:
- - Avatar, first and last name, username and description.
- - A list of all public repositories.
- - Links to each repository's GitHub.
- - Stars and forks.
What I learned
- How to consume the GitHub API and understand the official documentation.
- How to make API calls with AJAX.
Technologies
- Front-end: JavaScript Vanilla, HTML, CSS-SASS
- Back-end: -