Github-Profile Finder banner

Github-Profile Finder

1 devlog
4h 23m 47s

GitHub Profile Finder is a web application that allows users to search for any GitHub profile by entering a username.

The application fetches real-time data and displays important profile details in a clean and user-friendly interface.

This project uses AI

I used ChatGPT to understand concepts, debug errors, and get suggestions for implementing the GitHub API and improving the UI of the GitHub Profile Finder project.

Demo Repository

Loading README...

bhelavevicky66

Shipped this project!

I built a GitHub Profile Finder that allows users to quickly search and view any GitHub user’s profile information. It shows details like the user’s avatar, repositories, followers, and other basic profile data.

The challenging part was fetching data from the GitHub API and displaying it correctly on the page. I also had to handle cases where the username does not exist.

I’m proud that the app works smoothly and fetches real-time data from GitHub. Building this project helped me understand APIs, JavaScript, and how to work with real data in a web application.

bhelavevicky66

The development of the GitHub Profile Finder project started with the idea of creating a simple web application that can search and display GitHub user profiles. First, I researched how the GitHub API works and how user data such as profile picture, bio, repositories, followers, and following can be fetched. After understanding the API structure, I planned the layout of the application which mainly included a search bar and a profile display section.

Attachment
1

Comments

bhelavevicky66
bhelavevicky66 13 days ago

Waw nice