A simple and responsive web app that allows users to search for any GitHub profile and view key details instantly.
- Search any GitHub user by username
- Display profile picture, name, and bio
- Show public repositories count
- Clean and simple UI
- HTML
- CSS
- JavaScript (or React, if applicable)
- GitHub API
(Add a screenshot or screen recording here)
- User enters a GitHub username
- App sends a request to GitHub API
- Fetches user data
- Displays profile information on screen
-
Clone the repository:
git clone https://github.com/muskanm07/github-profile-finder.git
-
Navigate to the project folder:
cd project -
Open project1.html in browser
- Show repositories list
- Add dark mode
- Improve UI/UX
- Add error handling for invalid users
Feel free to fork this project and improve it.
This project is open-source and available under the MIT License.