https://github.com/piyushsuthar/github-readme-quotes
๐ฅ Add Programming Quotes To Your GitHub Readme
https://github.com/piyushsuthar/github-readme-quotes
github github-readme hacktoberfest profile-readme profile-readme-generator readme serverless
Last synced: 23 days ago
JSON representation
๐ฅ Add Programming Quotes To Your GitHub Readme
- Host: GitHub
- URL: https://github.com/piyushsuthar/github-readme-quotes
- Owner: PiyushSuthar
- License: mit
- Created: 2020-08-15T05:08:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T16:19:06.000Z (6 months ago)
- Last Synced: 2025-04-14T20:58:53.767Z (about 2 months ago)
- Topics: github, github-readme, hacktoberfest, profile-readme, profile-readme-generator, readme, serverless
- Language: TypeScript
- Homepage: https://quotes-github-readme.vercel.app
- Size: 159 KB
- Stars: 509
- Watchers: 7
- Forks: 81
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Github Readme Quotes
Developer Quotes for your Github Readme.
## Features โจ
- [Dynamic quotes in your GitHub README](#Usage)
- [Customize your own quote](#Custom)## Usage โก๏ธ
Copy the markdown below and paste it in your Github Readme.
```md
[](https://github.com/piyushsuthar/github-readme-quotes)
```### Options
| Options | Default | Available |
| ------- | -------- | ------------------------------------------------------------------------------------------- |
| type | vertical | horizontal, vertical |
| theme | light | dark, chartreuse-dark, radical, merko, gruvbox, tokyonight, algolia, monokai, dracula, nord |
| quote | - | Customize your quote |
| author | - | The name of the quote's author |
| border | false | true, false |## Installation and Development ๐
To get started with developing this app locally, here are the steps:
Install the dependencies for the app using,
```sh
pnpm install
```And then run the app using:
```sh
npx vercel dev
```## Usage
### Vertical
> You don't need to add **?type=vertical** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Horizontal
> You need to add **?type=horizontal** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Border
> You need to add **?border=true** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Light
> You don't need to add **?theme=light** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Dark
> You need to add **?theme=dark** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Catppuccin
> Variants:
>
> - Latte
> - Frappe
> - Macchiato
> - Mocha> You need to add **?theme=catppuccin\_\** parameter. The current example is the Mocha variant, to use it add **?theme=catppuccin_mocha**.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Algolia
> You need to add **?theme=algolia** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Monokai
> You need to add **?theme=monokai** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Dracula
> You need to add **?theme=dracula** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
### Nord
> You need to add **?theme=nord** parameter.
[](https://github.com/piyushsuthar/github-readme-quotes)
## Custom
> You need to add **?quote=Your Quote** parameter.
> URL encode your quote.[](https://github.com/piyushsuthar/github-readme-quotes)
## Contributing ๐ค
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/PiyushSuthar/github-readme-quotes/issues).
## Special Thanks โค
- Inspired from [AnuragHazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats).
- [skolakoda/programming-quotes-api](https://github.com/skolakoda/programming-quotes-api) for Quotes API.
- And a huge shoutout to [Mini Ware](https://github.com/Mini-Ware) for his immense contribution to this project!## Show your support ๐
Be sure to drop a ๐ if you like the project!
## Author ๐ค
๐ค **Piyush Suthar**
- Website: https://piyushsuthar.github.io
- Twitter: [@piyushsthr](https://twitter.com/piyushsthr)
- Github: [@PiyushSthr](https://github.com/PiyushSthr)
- LinkedIn: [@piyushsthr](https://linkedin.com/in/piyushsthr)Made by Piyush with โค and TypeScript