Skip to content

Commit

Permalink
Added CS50's Introduction to Computer Science
Browse files Browse the repository at this point in the history
CS50's Introduction to Computer Science
  • Loading branch information
bastianalbers authored Jul 29, 2020
1 parent cf4446c commit 07ed7a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is a collection of materials that can help you learn frontend development.
## <a name="content"></a> Content
* [HTML & CSS](#htmlcss)
* [Javascript](#javascript)
* [General Computer Science](#generalcs)

## <a name="htmlcss"></a> Html & CSS
### Basic tutorials
Expand All @@ -27,4 +28,7 @@ This is a collection of materials that can help you learn frontend development.
- [JavaScript for absolute Beginners](http://opentechschool.github.io/js-beginners-1/) Learn the basics in a day or two - what are variables, objects, arrays, loops, functions and how to use all that
- [freeCodeCamp](https://www.freecodecamp.org/learn/) Go through the 300 hours JavaScript Algorithms and Data Structures Certification to get a solid JavaScript foundation
### Books (available online)
- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics.
- [Eloquent JavaScript](https://eloquentjavascript.net/) A book about JavaScript programming, covering all the basic and a lot of advanced topics.

## <a name="generalcs"></a> General Computer Science
- [CS50's Introduction to Computer Science](https://www.edx.org/course/cs50s-introduction-to-computer-science) An introduction to the intellectual enterprises of computer science and the art of programming.

0 comments on commit 07ed7a6

Please sign in to comment.