twincharged / LearningSources

List of open-source JS resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundations of JS

Before fully diving into JS, you must know Bash and Git; they are the foundations of the JS work you will be doing. Once you complete each checkbox, you will open a 'Pull Request' (PR) on this repo, checking [x] each of the boxes in this README that you've completed. I will then test you on your knowledge of the course in that checkbox. If you pass the quiz, I will merge your PR and you'll move to the next tutorial.

For a text editor, use VSCode (Sobhan: we've already installed it on your computer). If you have any questions about VSCode, these are good resources:

1. Bash

  • Take this tutorial.
    • Complete (at least) the first three modules, up until 'User Input!'.
    • Make sure you thoroughly understand the material of those first three modules.

2. Git

  • Completely finish this tutorial.
    • Ensure that you thoroughly understand the material of the full course.

3. JS

  • This 'curriculum' is a good starting point for JavaScript.
    • Module 1 (Weeks 1 and 2)
    • Module 2 (Weeks 3 and 4)
    • Module 3 (Weeks 5 and 6)
    • Module 4 (Week 7)

Intermediate JS

Advanced JS

Building and monetizing a product

  • Let's build a real, subscription-based product.

About

List of open-source JS resources