leetcards

ReadmeCards

Welcome to ReadmeCards! This repository contains various card generators for enhancing your GitHub README. These cards include GitHub stats, LeetCode stats, GeeksforGeeks stats, Twitter stats, Dev.to cards, language badges, and many more.

Table of Contents

Introduction

ReadmeCards is a collection of tools that allow you to generate various cards to include in your GitHub README. These cards help showcase your statistics, achievements, and other relevant information in an attractive and concise manner.

Features

Usage

  1. Clone the repository:
     git clone https://github.com/yourusername/ReadmeCards.git
    
  2. Navigate to the project directory:
     cd ReadmeCards
    
  3. Follow the instructions for each card generator in their respective directories.

Available Cards

GitHub Readme Stats

Add a card displaying your GitHub stats.

Usage:

![GitHub Stats](https://github-readme-stats.vercel.app/api?username=yourusername)

LeetCode Stats

Show your LeetCode stats including the number of problems solved, ranking, etc.

Usage:

![LeetCode Stats](https://leetcode-stats.vercel.app/api?username=yourusername)

GeeksforGeeks Card

Display your stats from GeeksforGeeks.

Usage:

![GeeksforGeeks Stats](https://gfg-stats.vercel.app/api?username=yourusername)

Twitter Stats

Show your Twitter follower count and recent tweets.

Usage:

![Twitter Stats](https://twitter-stats.vercel.app/api?username=yourusername)

Dev.to Card

Highlight your latest articles and stats from Dev.to.

Usage:

![Dev.to Stats](https://devto-stats.vercel.app/api?username=yourusername)

Language Badges

Add badges for the programming languages you use.

Usage:

![Language Badge](https://img.shields.io/badge/language-JavaScript-yellow)
![Language Badge](https://img.shields.io/badge/language-Python-blue)

Contributing

We welcome contributions! Please read our Contributing Guidelines for more details.

License

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