devFinder is a simple and interactive web application that allows users to search for developers by their GitHub username. It fetches and displays key information from GitHub, such as user details, repositories, and activity, offering a quick and easy way to explore developer profiles.
- Search for developers using their GitHub username.
- Display key user information, including:
- Name and profile picture.
- Number of public repositories.
- Followers and following count.
- User bio (if available).
- Responsive design for both desktop and mobile devices.
- Intuitive and user-friendly interface.
- HTML5: For the basic structure of the web application.
- Tailwind CSS: A utility-first CSS framework for styling and responsive design.
- JavaScript: To add interactivity and handle API requests.
- GitHub API: To fetch developer data.
Follow these steps to run devFinder locally:
- Clone the repository:
git clone https://github.com/your-username/devFinder.git