Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Converted the code for this hover feature from jQuery into JavaScript.
Card Pull Request Checklist
Follow the checklist below when working on adding a card. This will help you double-check that you have everything you need to have your Pull Request approved. Add an
x
inside of the[ ]
to check off an item like this[x]
. You may delete this checklist if you are adding a feature to the project.During Hacktoberfest to decrease the number of PRs to approve, we will only be merging one PR adding cards per person. If you would like to add multiple shows or movies, please include them in one PR.
movies.js
,musicals.js
ortv.js
files in thedata
folder andPull Requests
to make sure that you are not adding a duplicate.year
.movie
,tv
ormusical
.itemLink
. If the movie or TV show is not on IMDB, please choose a different movie or TV show.emojiImgs
.emojiImgs
.Added The Lion King
orAdded Black Panther, The Avengers: Endgame and Thor
).[ ]
and each are individually wrapped in quotation marks and have a comma between each one. (such as submitting this"genres": ["adventure","mystery","animation"]
and not this"genres":["adventure, mystery, animation"]
).