A platform for learning engineering concepts in Kannada through YouTube playlists from Engineering in Kannada.

courses engineering tutorials youtube
2 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes a change to the contributor leaderboard feature. Currently, the leaderboard displays all contributors, but the request is to limit this display to only the top 10 contributors. This aims to make the leaderboard more concise and focused.

Complexity: 1/5
good first issue

A platform for learning engineering concepts in Kannada through YouTube playlists from Engineering in Kannada.

TypeScript
#courses#engineering#tutorials#youtube

AI Summary: The task requires modifying the project to replace embedded YouTube videos with links that open the videos in a new tab. This involves changing how video URLs are handled within the React components responsible for displaying course videos, likely replacing embedded `<iframe>` elements with `<a>` tags that open the YouTube links in a new tab using the `target='_blank'` attribute.

Complexity: 2/5
good first issue

A platform for learning engineering concepts in Kannada through YouTube playlists from Engineering in Kannada.

TypeScript
#courses#engineering#tutorials#youtube