A chrome plugin that helps you watch content and learn something while your doing it, kinda..
·
Get it now!
·
See how it works
Addictions are good.
Alchacoloc? True
Cigarets? True
Crack? True;
However, the other hard addictions are not.
YouTube? false
TikTok? false
Twitch? false
Fork the project and pull new questions in the questions.json file. Json format: Good learning on how to use Github
{
"question": {
"options": [
"<App />",
"App()",
"new App()",
"App.render()"
],
"question": {
"text": "How do you render the App component in a React application?",
"codeSnippet": "const App = () => <div>Hello, world!</div>;"
},
"correctAnswer": "<App />"
},
"category": "react", // technical, python, react, javascript, typescript
"difficulty": "easy", // easy, hard
"your_name": "looyd", // Your name dud, Josh, Peter etc..
"your_github_url": "github.com/llo7d" // Link to your github
},
...
Fork and make a pull request with your .json questions, please include code snippets in the question.
Dont know how to fork and pull? Learn on YouTube