Git-user Detective is a web application that allows users to retrieve and display information about a GitHub user by entering their username. This application provides insights into a user's GitHub profile, including their name, bio, repository count, followers, following, location, website, Twitter profile, and company.
- User-friendly interface with a search bar for entering GitHub usernames.
- Displays the user's avatar, name, username (with a link to their GitHub profile), and join date.
- Shows the user's bio, if available.
- Provides statistics about repositories, followers, and following.
- Displays additional information such as location, website, Twitter profile, and company.
- Supports both light and dark modes for user preference.
- HTML5
- CSS3
- JavaScript
- Google Fonts
- GitHub API (for fetching user information)
- Open the
index.html
file in your web browser. - Enter a GitHub username in the search bar and click the "Search" button.
- The application will retrieve and display information about the entered GitHub user.
The application supports dark mode for enhanced usability during low-light conditions. You can toggle between dark and light modes by clicking the moon icon in the header.
- Moon icon by IconArchive
- Location, website, Twitter, and company icons by IconFinder
- Avatar images retrieved from GitHub profiles using the GitHub API.
This project is licensed under the MIT License - see the LICENSE file for details.