takecare / fullstackopen

i'm taking a fullstack dev course! πŸ‘¨β€πŸ’» fullstackopen.com - worth 9 ECTS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack MOOC

Parts

Submission process

See FAQ for detailed information.

You can access the submission portal here.

Repo structure

Not all parts follow the same structure. In parts 0 to 2 (inclusive) you can find separate apps (sources) for each exercise. From part 3 and onwards you'll see that there is one source for all exercises (cummulative), so all exercises are found in the same sourceset.

In each part you'll find:

  • asandbox directory. You can safely ignore this, as it is just a code-along of the part's content;
  • an exercises directory, containing all exercises.
part0
  exercises
    ...
part1
  sandbox
    ...
  exercises
    exercise11
    exercise12
    ...
part2
  sandbox
    ...
  exercises
    2a
    2b
    ...
part3
  sandbox
    backend
    frontend
   exercises
    phonebook
      backend
      frontend
part4
  sandbox
    backend
    frontend
  exercises
    blog
      backend
      frontend
...

Additional material

VS Code
MongoDB
Token-based auth

About

i'm taking a fullstack dev course! πŸ‘¨β€πŸ’» fullstackopen.com - worth 9 ECTS


Languages

Language:JavaScript 79.6%Language:HTML 15.6%Language:CSS 4.7%Language:Shell 0.1%