Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lugomio/github-favorites

A list of your favorite github users.
https://github.com/lugomio/github-favorites

api css3 html5 javascript localstorage promises

Last synced: 19 days ago
JSON representation

A list of your favorite github users.

Awesome Lists containing this project

README

        

![banner](https://github.com/lugomio/github-favorites/blob/master/assets/img/banner.png)

# GitHub Favorites

## Description

"GitHub Favorites" is a personal project developed with the goal of practicing the use of APIs and promises in JavaScript. In this project, the user can enter the username of their favorite GitHub users, and then the application will search the GitHub API for information about those users and display it in a table.

## Features

- Enter GitHub username
- Search for user information in the GitHub API
- Display the following information in a table:
- Profile image
- Username
- Repositories
- Followers

## Technologies Used

- HTML
- CSS
- JavaScript
- GitHub API
- Promises
- Local Storage
- JS Modules

## How to Use

- Clone this repository to your local machine.
- Open the index.html file in your browser.
- In the header search bar, enter the desired GitHub username.
- The user's information will be displayed in the table below.

## Lincese

This project is licensed under the [MIT License](LICENSE.md).