Skip to content

Nee-Shar/GithubVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2023-06-24 130401

GitHub Profile Visualizer

GitHub User Search is a web application that allows users to search for GitHub users and view their repositories, followers, and public contributions. It integrates with the GitHub API to fetch user data and renders it using React. Site Live At: https://seegithubprofile.netlify.app/

Status of site: Netlify Status

Features

  • Search for GitHub users by their username
  • Display user profile information including name, bio, and avatar
  • View user's repositories with details like name, description, and number of stars
  • Show a list of user's followers and their profile information

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/github-user-search.git
  2. Change to the project directory:

    cd github-user-search
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open the application in your browser at http://localhost:3000.

Technologies Used

  • React
  • mui
  • Axios (for making HTTP requests)
  • Bootstrap (for styling)

Contributing

Contributions are welcome! If you find any bugs or want to add new features, please submit an issue or create a pull request.

License

This project is licensed under the MIT License.

Screenshot 2023-06-24 130401

Screenshot 2023-06-24 130442

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors