-
1 - JavaScript Refresher
-
2 - React Basics & Working With Components - Props homework
Disclaimer: If you want to run the homework you need to first download the git repo (obviously) and then you need to inside the folder which you want to see the homework. Then you need to open a terminal inside the folder and run this command first:
npm install
and then:
npm start
You should see the result like the photo below after the start the project.
-
3 - Working with Event & State - State Homework
Disclaimer: If you want to run the homework you need to first download the git repo (obviously) and then you need to inside the folder which you want to see the homework. Then you need to open a terminal inside the folder and run this command first:
npm install
and then:
npm start
You should see the result like the photo below after the start the project.
-
5 - 2 - Conditional Content
Disclaimer: If you want to run the homework you need to first download the git repo (obviously) and then you need to inside the folder which you want to see the homework. Then you need to open a terminal inside the folder and run this command first:
npm install
and then:
npm start
You should see the result like the photo below after the start the project.
-
12 - React Context API & UseReducer project
- 14 - Sending HTTP Requests section project
Disclaimer: If you want to run the homework you need to first download the git repo (obviously) and then you need to inside the folder which you want to see the homework. Then you need to open a terminal inside the folder and run this command first:
npm install
and then:
npm start
You should see the result like the photo below after the start the project.