Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

GitHub User Finder

A modern GitHub user finder application that searches for GitHub users and displays their profiles and repositories using the GitHub API.

Demo

GitHub Finder Demo

Features

  • Search any GitHub user by username
  • View user profile information (avatar, name, bio, location, join date)
  • Display user statistics (followers, following, repositories)
  • Show company, website, and Twitter links
  • View latest 6 repositories with details
  • Repository information (language, stars, forks, last updated)
  • Orange theme with dark background
  • Responsive design
  • Poppins font family
  • Auto-loads "prvdnx" profile on page load

How to Run

Simply open index.html in your web browser.

Project Structure

.
├── index.html        # main HTML structure
├── style.css         # styling with CSS variables and animations
├── script.js         # GitHub API integration and DOM manipulation
└── demo.gif          # demo recording

Technologies Used

  • HTML5
  • CSS3 (CSS Variables, Grid Layout, Flexbox, Transitions)
  • JavaScript (ES6+, Fetch API, Async/Await, DOM Manipulation)
  • Font Awesome icons
  • Poppins font family
  • GitHub API