Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 677 Bytes

GitHub User Search

GitHub User Search is a React-based web application that enables users to search for GitHub users by their username. It utilizes the GitHub API to fetch user data based on the provided query.

Features

  • Search: Enter a username and click "Search" to fetch GitHub users.
  • User Profiles: View user profiles with their profile picture and GitHub username.

Getting Started

  1. Clone the repository.
  2. Install dependencies with npm install or yarn install.
  3. Start the development server with npm start or yarn start.
  4. Access the application at http://localhost:3000.

Technologies Used

  • React JS
  • JavaScript
  • GitHub API