Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milindkusahu/github-profile-finder
GitHub Profile Finder web app leveraging GitHub API to fetch and showcase user details by searching with their username, offering a streamlined way to explore GitHub profiles.
https://github.com/milindkusahu/github-profile-finder
api css dom-manipulation github github-api html javascript search
Last synced: 4 days ago
JSON representation
GitHub Profile Finder web app leveraging GitHub API to fetch and showcase user details by searching with their username, offering a streamlined way to explore GitHub profiles.
- Host: GitHub
- URL: https://github.com/milindkusahu/github-profile-finder
- Owner: milindkusahu
- Created: 2024-05-07T11:15:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T11:00:18.000Z (6 months ago)
- Last Synced: 2024-05-17T11:53:30.865Z (6 months ago)
- Topics: api, css, dom-manipulation, github, github-api, html, javascript, search
- Language: JavaScript
- Homepage: https://milindkusahu.github.io/github-profile-finder/
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Profile Searcher
**"GitHub Profile Searcher"** is a web app that allows you to fetch and display GitHub user profiles.
## Features
- Search for users by their GitHub username
- Display user avatar, bio, number of repositories, and followers
- Built using HTML, CSS, and JavaScript
- Utilizes the GitHub API and REST endpoints
- Leverages the Fetch API and async/await for making API calls
- Responsive design for optimal viewing across devices## Showcase
This project showcases the following skills:
- Web development using HTML, CSS, and JavaScript
- Integration of third-party APIs (GitHub API)
- Handling API requests and responses
- Parsing JSON data
- Dynamic rendering of user profiles