Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fullstack-dev3/git-user-finder
Find git users by name
https://github.com/fullstack-dev3/git-user-finder
api css github-api github-user github-user-api github-user-repos github-user-search html javascript
Last synced: about 2 months ago
JSON representation
Find git users by name
- Host: GitHub
- URL: https://github.com/fullstack-dev3/git-user-finder
- Owner: fullstack-dev3
- Created: 2023-08-20T14:45:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T06:12:45.000Z (over 1 year ago)
- Last Synced: 2023-11-06T22:04:05.618Z (about 1 year ago)
- Topics: api, css, github-api, github-user, github-user-api, github-user-repos, github-user-search, html, javascript
- Language: JavaScript
- Homepage: https://git-user-finder-five.vercel.app
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git User Finder :mag_right:
Git User Finder is a web application built with JavaScript that allows users to search for GitHub users and view their profile information and top repositories.
The application fetches data from the GitHub API and displays the user's GitHub profiles.🌐 Website: https://git-user-finder-five.vercel.app
## Features
- Search for GitHub users by username :mag:
- Display user profile information including name, email, company, bio, followers, following, and public repositories :information_source:
- Show the top 10 starred repositories of the user :star:## Installation
1. Clone the repository: `git clone https://github.com/full-stack-david/git-user-finder`
2. Open the project directory in the code editor.
3. Launch the application by opening the `index.html` file in the web browser.