Skip to content

Commit 5664ea2

Browse files
Update README.md
1 parent 3db5e35 commit 5664ea2

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
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 ]

0 commit comments

Comments
 (0)