Skip to content

Search&View Github Profile (username ,bio ,public repos)

License

Notifications You must be signed in to change notification settings

codewithmanmohan/githubApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

githubApi

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Fetch API

Usage

  1. Clone the repository to your local machine:

git clone https://github.com/codewithmanmohan/githubApi.git

  1. Open index.html in your preferred web browser.

  2. Enter a GitHub username in the search input field and press Enter.

  3. View the user's information displayed on the screen.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Submit a pull request.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

Search&View Github Profile (username ,bio ,public repos)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published