A modern GitHub user finder application that searches for GitHub users and displays their profiles and repositories using the GitHub API.
- 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
Simply open index.html in your web browser.
.
├── 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
- HTML5
- CSS3 (CSS Variables, Grid Layout, Flexbox, Transitions)
- JavaScript (ES6+, Fetch API, Async/Await, DOM Manipulation)
- Font Awesome icons
- Poppins font family
- GitHub API
