A sleek and responsive web application that allows users to search for GitHub profiles and view their details, including repositories, profile picture, and other essential information. Built with modern HTML, CSS, and JavaScript.
- 🔍 Search for any GitHub user by username
- 👤 View detailed profile information including:
- Name, username, bio, and location
- Number of followers, following, and public repositories
- 📂 View a list of public repositories with clickable links
- 📱 Responsive design with modern UI elements
- Frontend: HTML5, CSS3, JavaScript (Vanilla JS)
- Styling: Modern gradient backgrounds, flexbox layout, responsive design
- API: GitHub REST API
Click here to view the Live Demo
- Clone the repository:
git clone https://github.com/Shruti627/Github-Profile-Analyzer.gitgithub-profile-viewer/
│
├── index.html # Main HTML file
├── style.css # CSS styles
├── script.js # JavaScript logic
- **Get User Profile:** `https://api.github.com/users/{username}`
- **Get User Repos:** `https://api.github.com/users/{username}/repos`
© 2025 Shruti P.S.
Third year Engineering Student