MSK-Web-development / msk-javascript-bootcamp

A Bootcamp covering most of the javascript concepts.

Home Page:https://topmate.io/manoj_satishkumar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click here to start the Bootcamp.

In this Javascript Bootcamp, you will learn the most important javascript concepts so that you can start building websites and prepare for your upcoming front-end interviews.

VS code setup

  1. Install Better comments VS Code extension to view colored comments.
  2. Install Markdown Preview Enhanced extension to preview .md files directly on VS code.

To open .md files directly in "Markdown preview enhanced" extension of VS code,

  • Open your VS Code settings. You can access them by going to File > Preferences > Settings (on macOS) or Code > Preferences > Settings (on Windows/Linux).
  • Search for "workbench.editorAssociations".
  • Click the "Add Item" button.
  • In the "Key" field, enter *.md (this associates all files with the .md extension).
  • In the "Value" field, select vscode.markdown.preview.editor from the dropdown menu.
  • Close the settings window.

Contribution steps

  1. You can contribute to this repository by forking it and raising a PR.
  2. You can also showcase the javascript projects you have done in the wall-of-fame folder.

Contributors

About

A Bootcamp covering most of the javascript concepts.

https://topmate.io/manoj_satishkumar


Languages

Language:JavaScript 44.1%Language:HTML 41.2%Language:CSS 14.7%Language:Shell 0.0%