Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 660 Bytes

File metadata and controls

29 lines (18 loc) · 660 Bytes

GitHub Profile Explorer

This is a simple web application that allows users to search for GitHub profiles and display user information and repositories. It uses the GitHub API to fetch data.

Features

  • Search for a GitHub profile by username.
  • Display user information such as name, avatar, bio, followers, and repositories.
  • Toggle between light and dark themes.
  • Mobile responsive design.
  • Filtre repo by language and star

How to Use

  1. Clone or download the repository.
  2. Open index.html in a web browser.
  3. Enter a GitHub username in the input field and click "Search".

Technologies Used

  • HTML

  • CSS

  • JavaScript

  • GitHub API