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.
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.
git clone https://github.com/yourusername/ReadmeCards.git
cd ReadmeCards
Add a card displaying your GitHub stats.
Usage:
![GitHub Stats](https://github-readme-stats.vercel.app/api?username=yourusername)
Show your LeetCode stats including the number of problems solved, ranking, etc.
Usage:
![LeetCode Stats](https://leetcode-stats.vercel.app/api?username=yourusername)
Display your stats from GeeksforGeeks.
Usage:
![GeeksforGeeks Stats](https://gfg-stats.vercel.app/api?username=yourusername)
Show your Twitter follower count and recent tweets.
Usage:
![Twitter Stats](https://twitter-stats.vercel.app/api?username=yourusername)
Highlight your latest articles and stats from Dev.to.
Usage:
![Dev.to Stats](https://devto-stats.vercel.app/api?username=yourusername)
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)
We welcome contributions! Please read our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.