Is this a unique feature/idea?
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
Is this a unique feature/idea?
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