Skip to content

Perin-Mangukiya/Github_User_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Users Search

GitHub Users Search is a web application built with React.js that enables users to search for other GitHub users and view their details represented through various graphical charts using FusionCharts. This application utilizes Auth0 for authentication and fetches data from the GitHub API.

Features

  • User Search: Search for any GitHub user by username.
  • User Details: View detailed information about the searched user.
  • Graphical Representation: Display user data in graphical charts using FusionCharts.
  • Authentication: Auth0 authentication for secure user login.

Technologies Used

  • React.js: Frontend framework for building the user interface.
  • FusionCharts: Library for creating interactive and visually appealing charts.
  • Auth0: Used for authentication purposes.
  • GitHub API: Fetches user data from the GitHub API.

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository.

git clone https://github.com/Perin-Mangukiya/Github_Uers_Search.git

  1. Install dependencies.

cd Github_Users_Search
npm install

  1. Set up environment variables for Auth0 authentication.
  2. Start the development server.

npm start

  1. Open your browser and navigate to http://localhost:3000 to view the application.

Usage

  1. Enter the username of the GitHub user you want to search for in the search bar.
  2. View detailed information and graphical representation of the user's data.

Hosted Website

The project is hosted here.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published