This JavaScript application allows users to fetch and display GitHub user information based on a provided username.
You can also visit the live version of this application hosted on GitHub Pages.
- Fetch Data: Utilizes the GitHub API to retrieve user data such as name, bio, followers, following, public repositories, and more.
- Dynamic Display: Updates the HTML content dynamically to reflect the fetched user information.
- User Input: Accepts user input for the GitHub username to fetch the corresponding user data.
- Responsive Design: Provides a responsive layout for seamless user interaction across devices.
- Ensure you have a stable internet connection to fetch data from the GitHub API.
- Open the HTML file in a web browser.
- Upon loading, the application fetches and displays information for a predefined user (
AbdullahScripts). - To view information for a different user, enter the GitHub username in the input field and click the button.
- The application dynamically updates the displayed information based on the provided username.
- JavaScript: Core programming language used for application logic.
- HTML: Markup language for structuring the user interface.
- CSS: Stylesheet language for enhancing the visual presentation of the application.
- GitHub API: External API used to retrieve user information from GitHub profiles.
Contributions are welcome! Feel free to fork the repository, make changes, and submit pull requests to contribute to the project.
This project is licensed under the MIT License. See the LICENSE file for details.