Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete CS50 course from the curriculum #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

31 changes: 20 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
# Full Stack Web Developer Path
This is a guide to learn full-stack web development. It is focused on full-stack JavaScript. It covers all the way from the fundamentals to React and Node. <br>
The idea behind this repo is, to have a place to log the learning process in an organized way. <br><br>
This can be used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/) curriculum
This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/) curriculum

------

## [Coding log](log.md)

## The Fundamentals
## HTML & CSS

| Progress | Type | Item | Project(s) | Date |
| :------: | ------ | ------ | ------------ | :-------: |
| | Course | [CS50](https://courses.edx.org/courses/course-v1%3AHarvardX%2BCS50%2BX/) on edX | ||
| | Course | [Team Treehouse](https://teamtreehouse.com/tracks) or [Codeschool](https://www.codeschool.com/learn/html-css)'s HTML, CSS Path (Paid) OR Shay Howe's [HTML,CSS](http://learn.shayhowe.com/html-css/) Course | | |
| | Course | [How to Make a Website with NameCheap Coursee](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | [Common Cents Party](https://gist.github.com/codecademydev/a8211a5e9ef2cbe5b6b70200c6eb82ee) | 26.06.20 |
| | Course | [Responsive web design](https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/) - FCC | | |
| | Challenge Game | [CSS Diner](http://flukeout.github.io) - For practice with CSS. It’s a fun CSS challenge game | | 02.07.20 |
| | Tutorial | [LearnLayout](http://learnlayout.com) - an interactive tutorial that shows how to create layouts with HTML and CSS | | |
| | Project | FCC Front End Project - [Build a Tribute page](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-tribute-page) | | |
| | Project | FCC Front End Project - [Build a Survey form](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-form) | | |
| | Project | FCC Front End Project - [Build a Product Landing Page](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-product-landing-page) | | |
| | Project | FCC Front End Project - [Build a Technical Documentation page](https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-technical-documentation-page) | | |
| | Project | FCC Front End Project - [Build Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | |
| | Challenge | Practice HTML and CSS and create a basic progress portfolio | | |
| | Course | Learn to use [Command line](https://commandlinepoweruser.com/)| ||
| | Course | Learn Version Control (Git) - [Git course @Codeschool](https://try.github.io/levels/1/challenges/1) OR [Udacity - Git and Github](https://in.udacity.com/course/how-to-use-git-and-github--ud775)| | |
| | Course | Learn Flexbox - [Flexbox.io](https://flexbox.io/) OR [Flexboxfroggy](http://flexboxfroggy.com/) | | |
| | Course | Learn Sass - [Sass-guide](http://sass-lang.com/guide) OR [Sass Tutorials](http://www.sassshop.com/#/) | | |
| | Project | Refactor the portfolio site layout and CSS using Flexbox and Sass | | |
| | Course | Learn Flexbox - [Flexbox.io](https://flexbox.io/) OR [Flexboxfroggy](http://flexboxfroggy.com/) | | |
| | Course | Learn Sass - [Sass-guide](http://sass-lang.com/guide) OR [Sass Tutorials](http://www.sassshop.com/#/) | | |
| | Course | Udemy course - Advanced CSS and Sass: Flexbox, Grid, Animations and More!- [Advanced CSS and Sass](https://www.udemy.com/share/101WmqBEYTcFpRQ3Q=/) | | |
| | Challenge | Refactor the portfolio site and Base Apparel coming soon page using Advanced CSS, Flexbox and Sass | | |

## Javascript

| Progress | Type | Item | Project(s) | Date |
| :------: | ------ | ------ | ------------ | :-------: |
| | Course | [Watch and Code - Practical Javascript](https://watchandcode.com/p/practical-javascript) | | |
| | Book | [Eloquent Javascript](http://eloquentjavascript.net/) | | |
| | Project | Do FCC [Javascript Basic Algorithm Challenges](https://www.freecodecamp.org/map) | | |
Expand Down
20 changes: 0 additions & 20 deletions log.md

This file was deleted.