Skip to content

Latest commit

Β 

History

History
38 lines (25 loc) Β· 808 Bytes

File metadata and controls

38 lines (25 loc) Β· 808 Bytes

GitHub-Users-using-API

A simple web app that fetches and displays GitHub user information using the GitHub REST API.

πŸ”— Live Demo: GitHub-Users-using-API


πŸš€ Features

  • 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

πŸ› οΈ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Fetch API)
  • GitHub REST API

πŸ”§ Installation & Setup

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