-
Notifications
You must be signed in to change notification settings - Fork 53
Feat: Add Random Anime Quote #87
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
Feat: Add Random Anime Quote #87
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ken1000minus7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please revert all the unnecessary changes related to indentation and stuff? Those r not required 😅
Also there is a cors issue with the api call u r making so see if u can fix that
| // const res = { | ||
| // status: "success", | ||
| // data: { | ||
| // content: "Whenever I counted on someone, I ended up getting hurt.", | ||
| // anime: { | ||
| // id: 2, | ||
| // name: "Hanasaku Iroha", | ||
| // }, | ||
| // character: { | ||
| // id: 5, | ||
| // name: "Ohana Matsumae", | ||
| // }, | ||
| // }, | ||
| // }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not keep commented code, delete if not required
|
Hey @Rahulagg13 , the received quote is being logged on the console but it is not being displayed, please fix that |
Add Random Anime Quote Generator Feature
Description
This Pull Request introduces a new feature that allows users to generate random anime quotes, offering a fun way to receive inspirational or humorous quotes from various anime shows. The feature leverages the Animechan API to fetch random quotes.
Changes:
RandomAnimeQuotethat fetches and displays a random anime quote.axiosfor handling API requests.activitieslist to add the "Random Anime Quote" option with relevant icon and URL.RandomAnimeQuotecomponent with basic CSS for proper layout.Related Issue:
This PR addresses the issue: #85