daily-code
daily-code copied to clipboard
when you are inside a project/learning path the back button on the browser will not take you to the original website which is frustrating.
When we clicks on breadcrumb link it's redirecting to 404 page.
To maintain a history of videos and their last played points, ensure that the playback position for each video is recorded upon the last viewing session. In the current 100xdev...
shove it in packages for now
Enforce linting on PRs
Fixes: #127 - Replaced firebase auth with next auth using google and github providers - Added Prisma Adapter to map user table with provider details
Users can mark their favorite notes by clicking on a bookmark button. When they want to see these saved notes later, they can find them in the bookmark section of...
When I try using arrow keys to navigate between problems of any chapter the redirection fails. For example If I'm on https://projects.100xdevs.com/tracks/6SbPPXGkG8QKFOTW9BmL/ts-1 and press the right arrow key, insted of...
Description: This pull request adds code execution functionality to the CodeRunner component. Changes Made: Added state variables for code, language, output, and error. Implemented event handlers for code and language...