-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Is this a unique feature/idea?
- I have checked "open" AND "closed" issues and this is not a duplicate
Is your feature request related to a problem/unavailable functionality? Please describe.
This pull request introduces a new feature that enhances the learning experience for users by automatically suggesting YouTube videos related to the searched jargon term.
When a user searches for a word and its explanation is displayed, the system now fetches a few relevant YouTube videos (either short explainers or full-length tutorials) that help users better understand the concept in a visual and interactive way)
Proposed Solution
After a user searches for a word, a short list of related YouTube videos will appear under the explanation.
I will create a new component called YouTubeSuggestions, which uses the YouTube Data API to search for videos matching the searched term.
The API key will be added in the .env file as YOUTUBE_API_KEY.
Finally, I will use Tailwind CSS to give the video section a simple and clean design.
Screenshots
No response
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response