This project allows users to search for GitHub users and view their username, bio, followers, and public repositories. It utilizes HTML, CSS, and JavaScript, incorporating the Fetch API with the concepts of async and await for fetching user data from the GitHub API.
- Search for GitHub users by username.
- View user details including username, bio, followers, and public repositories.
- Utilizes modern web development techniques including async and await for asynchronous operations.
- HTML
- CSS
- JavaScript
- Fetch API
- Clone the repository to your local machine:
git clone https://github.com/codewithmanmohan/githubApi.git
-
Open
index.html
in your preferred web browser. -
Enter a GitHub username in the search input field and press Enter.
-
View the user's information displayed on the screen.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE file for details.