Skip to content

Shariq2003/DevDetective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevDetective

Overview

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • GitHub API for fetching user data

Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, etc.)
  • Basic understanding of HTML, CSS, and JavaScript.

How to Use

  1. Enter a GitHub username in the search bar.
  2. Click the Search button or press Enter to fetch user data.
  3. The user profile will be displayed below the search bar.
  4. You can toggle between dark and light modes by clicking the mode button.

Running the Project

  1. Clone the repository to your local machine:
    git clone https://github.com/your-username/DevDetective.git
  2. Open the index.html file in your preferred web browser.

Contributing

Contributions are welcome! Please follow these steps to contribute to this project:

  1. Fork the repository.
  2. Create a new branch
git checkout -b feature/YourFeature
  1. Commit your changes:
git commit -m 'Add some feature'
  1. Push to the branch
git push origin feature/YourFeature
  1. Open a Pull Request.