A simple web application that allows users to search for GitHub users and view their profiles and repositories using the GitHub API.
- Search for GitHub users by username.
- View user profiles including basic information.
- List repositories for each user.
- A modern web browser
- Git (for cloning the repository)
-
Clone the repository:
git clone https://github.com/leonistheczar/gitHub_apiUserSearch.git
-
Navigate to the project directory:
cd gitHub_apiUserSearch
-
Install dependencies:
If you are using a build tool or package manager (e.g., npm), make sure to install the necessary dependencies.
npm install
- Search for GitHub users: Enter a GitHub username in the search input to view user details and repositories.
Here’s how you can use the GitHub API User Search in practice:
- Enter a GitHub username in the search bar.
- Click "Search" to fetch and display the user’s profile and repositories.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Submit a pull request describing your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub API
- Open-source libraries and tools used in the project