GitHub Profile Finder will fetch the github details like, Name of the user, Number of Repositories, Bio of the user, Number of Followers, Number of Followings and profile pic just by entering the username and click on Search User.
By clicking on the username, it will redirect to user github profile.
-
JavaScript Promises
-
API
1-Fetches GitHub user details using GitHub API 2-Displays user information in a user-friendly interface 3-Redirects to the user's GitHub profile on username click
1-HTML 2-CSS 3-JavaScript 4-GitHub API
1-Clone the repository: git clone https://github.com/utkarshupdy/github-profile-finder.git 2-Navigate to the project directory:
cd github-profile-finder
Open index.html in your browser to start using the GitHub Profile Finder.
github-profile-finder/ ├── css/ │ └── style.css ├── images/ │ └── github-logo.png ├── js/ │ └── script.js ├── index.html └── README.md
Contributions are welcome! Please open an issue or submit a pull request for any improvements or additions.
This project is licensed under the MIT License. See the LICENSE file for details.