Skip to content

This project is a handy tool for entering a GitHub username and retrieving user details from the GitHub API.

Notifications You must be signed in to change notification settings

Swadesh-c0de/Github-User-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub User Info

Overview

This project is a simple web page that allows users to enter a GitHub username and retrieve the user's data using the GitHub API. It is built with HTML, CSS, and JavaScript.

Features

  • Input GitHub username.
  • Fetch and display user data from the GitHub API.
  • Display user's name, bio, location, public repositories, followers, and following count.
  • Styled with CSS for a clean and modern look.

Demo

Check out the live demo here.

Installation

  1. Clone the repository:
    git clone https://github.com/Swadesh-c0de/github-user-info.git
  2. Navigate to the project directory:
    cd github-user-info
  3. Open index.html in your web browser:

Usage

  1. Enter a GitHub username in the input field.
  2. Click the "Get User Info" button.
  3. User information will be displayed on the page

Technologies Used

  • HTML: Structure of the web page.

  • CSS: Styling of the web page.

  • JavaScript: Fetching data from the GitHub API and updating the DOM.

File Structure

  • index.html: The main HTML file.

  • styles.css: The CSS file for styling.

  • script.js: The JavaScript file containing the fetch and DOM manipulation logic.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.

About

This project is a handy tool for entering a GitHub username and retrieving user details from the GitHub API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published