Skip to content

fullstack-dev3/git-user-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Git User Finder ๐Ÿ”Ž

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

Features

  • 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 โญ

Installation

  1. Clone the repository: git clone https://github.com/full-stack-david/git-user-finder
  2. Open the project directory in the code editor.
  3. Launch the application by opening the index.html file in the web browser.