Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/man0sh-r0y/findmygit
You can find GitHub Users by entering GitHub user name. Here I'm using a GitHub API to fetch the user's details.
https://github.com/man0sh-r0y/findmygit
github-api github-profile javascript
Last synced: 16 days ago
JSON representation
You can find GitHub Users by entering GitHub user name. Here I'm using a GitHub API to fetch the user's details.
- Host: GitHub
- URL: https://github.com/man0sh-r0y/findmygit
- Owner: Man0sh-r0y
- Created: 2023-07-09T12:41:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T13:48:24.000Z (3 months ago)
- Last Synced: 2024-11-25T11:18:40.667Z (3 months ago)
- Topics: github-api, github-profile, javascript
- Language: CSS
- Homepage: https://find-github-users-by-manash.vercel.app
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find Github Users
Find GitHub Users is a web application that allows you to search for GitHub users and view their details using the GitHub API. The application also features a dark mode for a more comfortable viewing experience in low-light environments.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Installation](#installation)
- [Used API](#api)
- [Usage](#usage)
## Demo
[Click Here](https://find-github-users-by-manash.vercel.app/)
## Features
- Search for GitHub users by their username.
- View detailed user information such as profile picture, name, bio, repositories, followers, and following etc.
- Dark mode for a more comfortable viewing experience.### Installation
1. Clone the repository:
```bash
git clone https://github.com/Man0sh-r0y/Find-Github-Users.git
```
1. Navigate to the project directory:
```bash
cd Find-Github-Users
```
1. Open index.html in your preferred web browser.## API
Here I used this GitHub API to fetch user details
```bash
https://api.github.com/users/{userName}
```
## Usage1. Open the web application in your web browser.
1. Enter the GitHub username you want to search for in the search bar.
1. Press the "Search" button or hit Enter.