File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 1- # full-stack-dev-2023
2- Full Stack Developer Course 2023
1+ # FULL STACK COURSE 2023
2+
3+ Hi, This is ** CoderDost Youtube Channel** Full Stack Development Course [ Course Link ] ( https://youtube.com/coderdost ) ,
4+
5+ You can ** download code** from here via :
6+ 1 . Git Commands
7+ - use ` git clone <repository_url> `
8+ - checkout branch according to video ` git checkout react-1 `
9+ - run ` npm install ` inside the root directory before running the code
10+
11+ 2 . If you are not comfortable with git, directly download the branch as Zip.
12+ - Choose branch related to the Video e.g. ` react-1 `
13+ - run ` npm install ` inside the root directory before running the code
14+
15+
16+ # React JS Series
17+
18+
19+ ## Video 1 - Introduction to React & Setup
20+
21+ - ** Assignment 1** : Create a Page with multiple React Apps. Both React Apps should be independent of each other.
22+ - ** Assignment 2** : If we delete ` node_modules ` . How to run our app again successfully ?
23+ - ** Assignment 3** : How to remove double ` console.logs ` from React ? [ it is not needed in real life to remove them, its just an assignment problem ]
You can’t perform that action at this time.
0 commit comments