Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved README.md #77

Closed
wants to merge 11 commits into from
Closed

Improved README.md #77

wants to merge 11 commits into from

Conversation

PepeBigotes
Copy link

Improved README.md

The .gif and the logo are separated commits in case you don't want to include them, anyway they are easy to delete.

Preview:

Logo png jokes GIF

GitHub deployments GitHub deployments GitHub issues

💻 Demo

Jokes Card

Jokes Card

Jokes Card

🛠️ Usage

Endpoint URL: https://readme-jokes.vercel.app/api

Embed one of these in your README:

<!-- Markdown -->

![Jokes Card](https://readme-jokes.vercel.app/api)

or

<!-- HTML -->

<img src="https://readme-jokes.vercel.app/api" alt="Jokes Card" />

🖌️ Customization Guide

Customize using ? after /api in the https link, example here with no borders using the hideBorder parameter.

Markdown method:
![Jokes Card](https://readme-jokes.vercel.app/api?hideBorder)

Image method:
<img src="https://readme-jokes.vercel.app/api?hideBorder" alt="Jokes Card" />

Both methods will produce the following jokes card without border:

Jokes Card

To use multiple parameters use & after the first parameter.
For example:
https://readme-jokes.vercel.app/api?hideBorder&theme=cobalt&qColor=%23944bcc&aColor=%23bbdb51

This will generate a jokes card with the next features:

  • Without border
  • cobalt theme
  • Answer color #944bcc ( %23944bcc )
  • Question color #bbdb51 ( %23bbdb51 )

Jokes Card

⚙️ Parameters Available

NOTE: You need to use URL-encoded # for color values (%23)

#FFFF00 → ✔️%23FFFF00

📝 CLICK HERE TO OPEN THE THEMES LIST
Theme Name Preview Image
default
gradientBlue
solidBlue
halloween
watermelon
pinkish
daySky
radical
merko
gruvbox
tokyonight
onedark
cobalt
synthwave
dracula
prussian
monokai
vue
vue-dark
nightowl
buefy
blue-green
algolia
darcula
bear
solarized-dark
solarized-light
gotham
material-palenight
graywhite
ayu-mirage
calm
flag-india
omni
react
blueberry
random

⚠️ Known Issues

  • Not Mobile responsive. #3

📝 Contributions

  • Fork this repository.
  • Deploy on your own Vercel instance.
  • See issues that need help.
  • Open a PR, if you solve something.
  • Got some idea? Just open an issue.

📖 References


Feel free to ask any questions, open a PR if you feel something can be done differently!

🌟Star this repository🌟

Created by Abhinav Sharma & Community | Deployed on Vercel

- add old gif reference
- small markdown violation fixes
-add a div to the hideBorder exemple card in an attempt to fix it (it overlays the text, at least on my PC and mobile)
- make "parameter stacking" example better
- add a div to the "parameter stacking" example card, just in case.
- Demo reference fix test 2
- Move the Demo section to the start
- Change the " '#' needs to be '%23' " note to make it more visible and graphic
- Erase the '&' in the examples from the parameters list.
- Point the hex number on these examples.
- Change themes list title emoji
- Some other minor changes
@vercel
Copy link

vercel bot commented Feb 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
readme-jokes ❌ Failed (Inspect) Feb 19, 2023 at 2:36PM (UTC)

@PepeBigotes PepeBigotes closed this by deleting the head repository Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant