Skip to content

Gitcard is a React application that allows users to fetch and display GitHub profile information in a business card format. Easily view avatar, name, bio, location, public repos, followers, and following of any GitHub user.

Notifications You must be signed in to change notification settings

NathanielJames97/Gitcard-A-Simple-GitHub-Profile-Viewer

Repository files navigation

Gitcard

Gitcard is a simple React application that allows users to enter their GitHub username and fetch their profile data to display it in a styled business card format.

Features

  • Enter a GitHub username to fetch user data.
  • Display user profile data including avatar, name, bio, location, public repos, followers, and following.
  • Simple and clean UI.

Demo

Demo Screenshot

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/gitcard.git
    cd gitcard
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start

    This will start the development server and open the application in your default web browser.

Usage

  1. Open the application in your web browser.
  2. Enter a GitHub username in the input field.
  3. Click the "Submit" button to fetch and display the user's GitHub profile information.
  • src/App.js: Main application component.
  • src/App.css: Styles for the application.
  • public/index.html: Main HTML file.
  • package.json: Project dependencies and scripts.

Live Demo

Features

Acknowledgements

  • This project uses the GitHub API to fetch user data.
  • The application is built with React.

Contact

If you have any questions or suggestions, feel free to reach out to [email protected].

About

Gitcard is a React application that allows users to fetch and display GitHub profile information in a business card format. Easily view avatar, name, bio, location, public repos, followers, and following of any GitHub user.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages