Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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