DevDetective is a web application that allows users to search for GitHub profiles and view essential details such as repositories, followers, following, and more. It provides a user-friendly interface with both light and dark mode support.
- π Search for any GitHub user by username
- π Display user profile details including name, bio, and join date
- π Show repository count, followers, and following stats
- π Display additional details like location, website, Twitter handle, and company
- π Toggle between light and dark mode
- HTML - Structure the web page
- CSS - Styling with a modern UI/UX
- JavaScript - Fetch and display GitHub user data via API
- Enter a GitHub username in the search bar.
- Click the Search button.
- View the userβs profile details.
- Toggle between light mode and dark mode for better visibility.
- GitHub API - Fetches user profile data
- π Implement error handling for API failures
- π Display additional GitHub data (e.g., starred repositories)
- π¨ Improve UI/UX with animations