From 9fbd0ea1385eb1495b0482a1f775e1a5d4cd22ce Mon Sep 17 00:00:00 2001 From: tr43om Date: Thu, 25 Jun 2020 14:20:30 +0600 Subject: [PATCH 01/11] Delete CS50 course from the curriculum --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8029f12..79e9c96 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ This can be used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/) | 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 | | | | | Project | FCC Front End Project - [Build Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | | | | Course | Learn to use [Command line](https://commandlinepoweruser.com/)| || From a72b2ddbb22ae334059c52c7f3cf2e2bda211d4e Mon Sep 17 00:00:00 2001 From: tr43om Date: Fri, 26 Jun 2020 15:59:15 +0600 Subject: [PATCH 02/11] Add CodeCademy course --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e9c96..104169f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This can be used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/) | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | -| | 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 | [CodeCademy](https://www.codecademy.com/learn/make-a-website) How to Make a Website with NameCheap Course | | | | | Project | FCC Front End Project - [Build Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | | | | 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)| | | From 9e39b560e40c4e224cb671404d40c6824aeda215 Mon Sep 17 00:00:00 2001 From: tr43om Date: Fri, 26 Jun 2020 23:33:42 +0600 Subject: [PATCH 03/11] Edited the curriculum --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 104169f..3cb901c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,22 @@ # 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.
-The idea behind this repo is, to have a place to log the learning process in an organized way.

-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 | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | -| | Course | [CodeCademy](https://www.codecademy.com/learn/make-a-website) How to Make a Website with NameCheap Course | | | +| | Course | [How to Make a Website with NameCheap Course](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | | 26.06.20 | +| | Challange Game | [CSS Diner](http://flukeout.github.io) - For practice with CSS. It’s a fun CSS challenge game | | | +| | Tutorial | [LearnLayout](http://learnlayout.com) - an interactive tutorial that shows how to create layouts with HTML and CSS | | | | | 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 | | | +| | Challenge | Refactor the portfolio site and Base Apparel coming soon page layout and CSS using Flexbox and Sass | | | | | 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) | | | From 2fe6c6c106ec208df9f10df5be7c5e7accdc9033 Mon Sep 17 00:00:00 2001 From: tr43om Date: Fri, 26 Jun 2020 23:42:54 +0600 Subject: [PATCH 04/11] Edited the curriculum --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cb901c..31b2ed9 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ ------ -## The Fundamentals +## HTML & CSS | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | | | Course | [How to Make a Website with NameCheap Course](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | | 26.06.20 | -| | Challange Game | [CSS Diner](http://flukeout.github.io) - For practice with CSS. It’s a fun CSS challenge game | | | +| | Challenge Game | [CSS Diner](http://flukeout.github.io) - For practice with CSS. It’s a fun CSS challenge game | | | | | Tutorial | [LearnLayout](http://learnlayout.com) - an interactive tutorial that shows how to create layouts with HTML and CSS | | | | | 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 | | | @@ -17,6 +17,9 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | | 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/#/) | | | | | Challenge | Refactor the portfolio site and Base Apparel coming soon page layout and CSS using Flexbox and Sass | | | + +## Javascript + | | 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) | | | From 7c6da6fe258192d89e8bd2b7f7a3f5b065eb618a Mon Sep 17 00:00:00 2001 From: tr43om <67281226+tr43om@users.noreply.github.com> Date: Fri, 26 Jun 2020 23:45:51 +0600 Subject: [PATCH 05/11] Delete log.md --- log.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 log.md diff --git a/log.md b/log.md deleted file mode 100644 index 7d10713..0000000 --- a/log.md +++ /dev/null @@ -1,20 +0,0 @@ -# 💯 100 Days Of Code - Log - -**Inspired by [Alexander Kallaway](https://twitter.com/ka11away)'s #100DaysOfCode challenge. More details about the challenge can be found here: [100daysofcode.com](http://100daysofcode.com/ "100daysofcode.com") or [the official repo](https://github.com/Kallaway/100-days-of-code "the official repo").** -*** -**Target** : ***Learn and Code for atleast 1 hour everyday for 100 days*** - -**Start Date** : - -Day : ------- -**Today's Progress** : - -**Thoughts** : - -**Link to work** : - -**Thing(s) learned**: - - - From 10fd6b05c2a0404e13b3366a2b203b4d2d96846b Mon Sep 17 00:00:00 2001 From: tr43om <67281226+tr43om@users.noreply.github.com> Date: Fri, 26 Jun 2020 23:46:15 +0600 Subject: [PATCH 06/11] Delete LICENSE --- LICENSE | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 275954c..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Shovan Chatterjee - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. From 76dc95db46459cf4d307af8fe084d78b1850310e Mon Sep 17 00:00:00 2001 From: tr43om Date: Thu, 2 Jul 2020 13:23:00 +0600 Subject: [PATCH 07/11] Edited the curriculum --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31b2ed9..86c5e3a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | -| | Course | [How to Make a Website with NameCheap Course](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | | 26.06.20 | -| | Challenge Game | [CSS Diner](http://flukeout.github.io) - For practice with CSS. It’s a fun CSS challenge game | | | +| | Course | [How to Make a Website with NameCheap Course](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | [Common Cents Party] (https://gist.github.com/codecademydev/a8211a5e9ef2cbe5b6b70200c6eb82ee) | 26.06.20 | +| | 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 Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | | | | Challenge | Practice HTML and CSS and create a basic progress portfolio | | | @@ -16,10 +16,13 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | | 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/#/) | | | +| | 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 layout and CSS using 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) | | | From bd34671b29f99ed1d8e06a5d35c30776e72a48ea Mon Sep 17 00:00:00 2001 From: tr43om Date: Thu, 2 Jul 2020 13:28:24 +0600 Subject: [PATCH 08/11] Edited the curriculum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c5e3a..2c25240 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | | 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 layout and CSS using Flexbox and Sass | | | +| | Challenge | Refactor the portfolio site and Base Apparel coming soon page using Advanced CSS, Flexbox and Sass | | | ## Javascript From a02b1bb0b9a085a599f3309d70d6be78f02262c3 Mon Sep 17 00:00:00 2001 From: tr43om Date: Thu, 2 Jul 2020 16:28:23 +0600 Subject: [PATCH 09/11] Made some changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c25240..bc6d9c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | -| | Course | [How to Make a Website with NameCheap Course](https://www.codecademy.com/learn/make-a-website) - course by CodeAcademyy | [Common Cents Party] (https://gist.github.com/codecademydev/a8211a5e9ef2cbe5b6b70200c6eb82ee) | 26.06.20 | +| | 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 | | | 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 Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | | From d1d50711bde0577a8ac993b0d31546054a794de3 Mon Sep 17 00:00:00 2001 From: tr43om Date: Tue, 21 Jul 2020 18:37:43 +0600 Subject: [PATCH 10/11] add some changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc6d9c9..a685f98 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | -| | 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 | [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 | | | 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 Your Portfolio](https://www.freecodecamp.com/challenges/build-a-personal-portfolio-webpage) | | | From 8e4755af41adf2f6298195e09a361f72fd697022 Mon Sep 17 00:00:00 2001 From: tr43om Date: Tue, 21 Jul 2020 18:48:05 +0600 Subject: [PATCH 11/11] add sm changes --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a685f98..6d3ff07 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,20 @@ This plan is used as a companion to [FreeCodeCamp](https://www.freecodecamp.org/ | Progress | Type | Item | Project(s) | Date | | :------: | ------ | ------ | ------------ | :-------: | | | 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/#/) | | | -| | Course | Udemy course - Advanced CSS and Sass: Flexbox, Grid, Animations and More!- [Advanced CSS and Sass](https://www.udemy.com/share/101WmqBEYTcFpRQ3Q=/) | | | +| | 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