A simple web app that fetches and displays GitHub user information using the GitHub REST API.
๐ Live Demo: GitHub-Users-using-API
- Search any GitHub username
- Fetch user details via GitHub REST API
- Display avatar, bio, repositories count, followers, following, etc.
- Responsive and simple UI
- Handles invalid users gracefully
- HTML5
- CSS3
- JavaScript (Fetch API)
- GitHub REST API
To run locally:
# Clone the repository
git clone https://github.com/dpakdev02-dev/GitHub-Users-using-API.git
# Navigate into the project folder
cd GitHub-Users-using-API
# Open index.html in a browser