Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lugomio/github-favorites
- Owner: lugomio
- License: mit
- Created: 2024-05-01T21:12:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:14:27.000Z (10 months ago)
- Last Synced: 2024-11-28T01:13:18.406Z (3 months ago)
- Topics: api, css3, html5, javascript, localstorage, promises
- Language: CSS
- Homepage: https://lugom.io/projects/github-favorites/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).