Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh20raj/leetcards
Leetcode Readme Stats Cards
https://github.com/sh20raj/leetcards
leetcode
Last synced: 5 days ago
JSON representation
Leetcode Readme Stats Cards
- Host: GitHub
- URL: https://github.com/sh20raj/leetcards
- Owner: SH20RAJ
- Created: 2024-05-30T07:00:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:45:07.000Z (8 months ago)
- Last Synced: 2024-12-17T15:13:44.192Z (about 2 months ago)
- Topics: leetcode
- Language: JavaScript
- Homepage: https://sh20raj.github.io/leetcards/
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](#introduction)
- [Features](#features)
- [Usage](#usage)
- [Available Cards](#available-cards)
- [GitHub Readme Stats](#github-readme-stats)
- [LeetCode Stats](#leetcode-stats)
- [GeeksforGeeks Card](#geeksforgeeks-card)
- [Twitter Stats](#twitter-stats)
- [Dev.to Card](#devto-card)
- [Language Badges](#language-badges)
- [Contributing](#contributing)
- [License](#license)## 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
- **GitHub Readme Stats**: Display your GitHub statistics including contributions, stars, forks, and more.
- **LeetCode Stats**: Show your LeetCode problem-solving stats.
- **GeeksforGeeks Card**: Highlight your achievements on GeeksforGeeks.
- **Twitter Stats**: Display your Twitter follower count and recent tweets.
- **Dev.to Card**: Show your latest articles and stats from Dev.to.
- **Language Badges**: Add badges for the programming languages you use.## Usage
1. Clone the repository:
```sh
git clone https://github.com/yourusername/ReadmeCards.git
```2. Navigate to the project directory:
```sh
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:**
```md
![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:**
```md
![LeetCode Stats](https://leetcode-stats.vercel.app/api?username=yourusername)
```### GeeksforGeeks Card
Display your stats from GeeksforGeeks.
**Usage:**
```md
![GeeksforGeeks Stats](https://gfg-stats.vercel.app/api?username=yourusername)
```### Twitter Stats
Show your Twitter follower count and recent tweets.
**Usage:**
```md
![Twitter Stats](https://twitter-stats.vercel.app/api?username=yourusername)
```### Dev.to Card
Highlight your latest articles and stats from Dev.to.
**Usage:**
```md
![Dev.to Stats](https://devto-stats.vercel.app/api?username=yourusername)
```### Language Badges
Add badges for the programming languages you use.
**Usage:**
```md
![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](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.