Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasshira/github-profiles-app
https://github.com/lucasshira/github-profiles-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasshira/github-profiles-app
- Owner: lucasshira
- Created: 2023-12-18T15:50:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:07:14.000Z (11 months ago)
- Last Synced: 2023-12-18T17:56:38.617Z (11 months ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub User Repositories Search
This project allows users to search for a GitHub user and view their repositories. It's a simple web application developed using a public API provided by GitHub.
## Project Description
This project is a web application that enables users to search for a GitHub user by entering their username. Upon submitting the username, the application fetches information about the user from the GitHub API. It displays essential user details like name, bio, followers, following, and public repositories. Additionally, it showcases a list of the user's repositories sorted by stargazers count, providing direct links to each repository. The project is designed to be responsive and optimized for mobile screens.## Technologies Used
- HTML5
- CSS3
- JavaScript (ES6+)## How to Use the Project
1. Enter the GitHub username you want to search for in the search bar.
2. Press Enter.
3. View the user's profile information along with their repositories.## Live Demo
Check out the live demo [here](https://lucasshira.github.io/github-profiles-app/).## Contributions
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request.## Acknowledgments
This project utilizes the GitHub API to retrieve user data and repositories.