Git User Finder is a web application built with JavaScript that allows users to search for GitHub users and view their profile information and top repositories.
The application fetches data from the GitHub API and displays the user's GitHub profiles.
🌐 Website: https://git-user-finder-five.vercel.app
- Search for GitHub users by username 🔍
- Display user profile information including name, email, company, bio, followers, following, and public repositories ℹ️
- Show the top 10 starred repositories of the user ⭐
- Clone the repository:
git clone https://github.com/full-stack-david/git-user-finder
- Open the project directory in the code editor.
- Launch the application by opening the
index.html
file in the web browser.