DevDetective is a web application that allows users to search for GitHub profiles by username. It fetches and displays user information, including repositories, followers, and more. The app also features a dark mode for a better user experience.
- Search for GitHub users by their username.
- Displays user profile information, including:
- Avatar
- Name
- Bio
- Repositories
- Followers and Following counts
- Location, Company, Twitter handle, and Website
- Dark mode support to enhance visibility and comfort.
- User-friendly interface with responsive design.
- HTML
- CSS
- JavaScript
- GitHub API for fetching user data
- A modern web browser (Chrome, Firefox, Safari, etc.)
- Basic understanding of HTML, CSS, and JavaScript.
- Enter a GitHub username in the search bar.
- Click the Search button or press Enter to fetch user data.
- The user profile will be displayed below the search bar.
- You can toggle between dark and light modes by clicking the mode button.
- Clone the repository to your local machine:
git clone https://github.com/your-username/DevDetective.git
- Open the index.html file in your preferred web browser.
Contributions are welcome! Please follow these steps to contribute to this project:
- Fork the repository.
- Create a new branch
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch
git push origin feature/YourFeature
- Open a Pull Request.