Skip to content

Commit

Permalink
Fix: remove html tags from markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshdigievo committed Oct 10, 2023
1 parent c4b18e0 commit 6dc5a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 3 additions & 18 deletions docs/weekly_modules/Week 3/week-3-intro-to-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
Introduction to Javascript (and Programming)


### Topics/Todos:


### Topics/Todos:

* If you are new to coding: complete this short course: [https://www.codecademy.com/courses/learn-to-code-with-blockly/informationals/welcome-to-learn-to-code-with-blockly](https://www.codecademy.com/courses/learn-to-code-with-blockly/informationals/welcome-to-learn-to-code-with-blockly)
* HTML vs. CSS vs. JS
Expand All @@ -18,14 +16,11 @@ Introduction to Javascript (and Programming)

Read the above once you completed the basics and try debugging any scripts you wrote.



* [https://javascript30.com/](https://javascript30.com/) - Enroll in this free course and try to complete a minimum of 3 projects a day, to complete the entire course in 2 weeks. Skip the projects including topics that you don't know yet. Cover them in the next week after completing the week's topics.

**Important**: Store all the projects you do somewhere online. You can use [replit](https://replit.com/~), codepen, etc.



* **Week 3 Task 1:**

For this task, work in groups of 3 - 5 members. Once you complete all the above tasks, drop a message to reveal the task and start working on it.
Expand All @@ -35,30 +30,22 @@ Try to complete this initial version of the task ASAP. Once you complete it, dro
**Note**: Only proceed to the below sections after completing the above task.




* Git - Version control systems, branches in git, basic git commands - add, push, pull, fetch, merge.
* Github - Create a GitHub account, use basic git commands to push any of your projects to Github.
* Website hosting [Publishing your website - Learn web development | MDN](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/Publishing_your_website)
* Using Github pages, host any website you developed: [Deploy Your Portfolio Site to GitHub Pages for Free!](https://www.youtube.com/watch?v=XGcuxuhV-Jg)

* Using Github pages, host any website you developed: [Deploy Your Portfolio Site to GitHub Pages for Free!](https://www.youtube.com/watch?v=XGcuxuhV-Jg)

### Resources:


_Students need not refer to every resource given. Select any 1/2 resources for a single topic_




* [Recommended] [https://pythontutor.com/javascript.html#mode=edit](https://pythontutor.com/javascript.html#mode=edit)

Use this website to visualise the JS scripts you write (trying this will be more helpful once you complete looping in JS)

**Youtube Videos:**



* Videos from 100Devs bootcamp: [Free Software Engineering Bootcamp - #100Devs - YouTube](https://www.youtube.com/playlist?list=PLBf-QcbaigsKwq3k2YEBQS17xUwfOA3O3)

Cover the JS videos in the playlist to cover topics for the week
Expand All @@ -71,9 +58,7 @@ Use this website to visualise the JS scripts you write (trying this will be more

_Choose 1 - 2 courses to cover this week's topics_



* <span style="text-decoration:underline;">[_Free_ _Certificate_] [Freecodecamp - JS Course ](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/)</span>
* [_Free_ _Certificate_] [Freecodecamp - JS Course ](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/)
* [Opentechschool course](https://opentechschool.github.io/js-beginners-1/)
* [Scrimba course](https://scrimba.com/learn/learnjavascript)
* [Codecademy course](https://www.codecademy.com/learn/introduction-to-javascript)
Expand Down
3 changes: 1 addition & 2 deletions weekly_modules/week-3-intro-to-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Use this website to visualise the JS scripts you write (trying this will be more

_Choose 1 - 2 courses to cover this week's topics_

* <span style="text-decoration:underline;">[_Free_ _Certificate_] [Freecodecamp - JS Course ](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/)</span>
* [_Free_ _Certificate_] [Freecodecamp - JS Course ](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/)
* [Opentechschool course](https://opentechschool.github.io/js-beginners-1/)
* [Scrimba course](https://scrimba.com/learn/learnjavascript)
* [Codecademy course](https://www.codecademy.com/learn/introduction-to-javascript)
Expand All @@ -69,7 +69,6 @@ _Choose 1 - 2 courses to cover this week's topics_
**GIT:**



* [_Recomended_] [Learn Git interactively](https://learngitbranching.js.org/)
* [Git Guide](http://rogerdudler.github.io/git-guide/)
* [Github basics ](https://github.com/microsoft/Web-Dev-For-Beginners/tree/main/1-getting-started-lessons/2-github-basics)
Expand Down

0 comments on commit 6dc5a3e

Please sign in to comment.