NOTE - I am missing some Challenges as I was running out of time that I decided I will be completing the course in. I will surely get to them later on.
This a repo with my collection of Jonas's Javascript Course Work.
-
Contains all the Challenges and Assignments.
-
Contains a coding template which I used for all the challenges.
-
It comes with
eslint
&stylelint
pre-configured. Assumesprettier
is already configured. -
You can install all of these globally with
npm i -g eslint stylelint prettier
. -
Run
npm i
to install all the dependencies. -
Run the server with
Live Server
extension.
Also, I recommend you to install Live Server, Stylelint, Eslint & Prettier plugins for VS Code.