Skip to content

A customizable contribution graph image generator designed for creating banners on social media platforms. Personalize text and showcase your GitHub activity in style!

License

Notifications You must be signed in to change notification settings

Michael-Obele/github-banner

Repository files navigation

GitHub Contribution Banner Generator

An app for creating banner images for social media apps like Twitter and LinkedIn using GitHub contribution graphs.

Table of Contents

Introduction

This project allows users to generate banner images for social media platforms using GitHub contribution graphs. Users can customize the text displayed on the banner.

Features

  • Generate banner images from GitHub contribution graphs
  • Customize text on the banner
  • Download the generated banner image
  • Share the banner on social media platforms

Installation

To get started with the project, clone the repository and install the dependencies:

git clone https://github.com/your-username/github-banner.git
cd github-banner
npm install

Usage

Once you've installed the dependencies, start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Contributing

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

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open 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.

About

A customizable contribution graph image generator designed for creating banners on social media platforms. Personalize text and showcase your GitHub activity in style!

Topics

Resources

License

Stars

Watchers

Forks