This is a web application that allows users to search for GitHub users and view their profiles. It uses the GitHub API to fetch user data and displays it in a user-friendly format.
date 12 april 2023 day 121 of webDev
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/<your-username>/<your-repo-name>.git
- Navigate to the project directory:
cd <your-repo-name>
- Install dependencies:
npm install
- Start the development server:
npm start
To use this application, simply type a GitHub username into the search bar and press enter. The user's profile information, including their name, bio, and avatar, will be displayed. You can also click on the user's repositories to view more information about each one.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes. Be sure to follow the existing code style and include test cases for any new features.
This project is licensed under the MIT License. See the LICENSE file for more information.
Thank you for using GitHub User Search! If you have any questions or issues, please feel free to create an issue on the repository.