Skip to content

Commit c298c72

Browse files
Add lesson 6 solutions
1 parent cde913d commit c298c72

File tree

11 files changed

+21
-0
lines changed

11 files changed

+21
-0
lines changed

1-exercise-solutions/lesson-06/6a.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/21/files

1-exercise-solutions/lesson-06/6b.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/22/files

1-exercise-solutions/lesson-06/6c.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/31/files

1-exercise-solutions/lesson-06/6d.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Open the git section of VSCode.
2+
2. Type a message to describe the changes. For example:
3+
```
4+
Separate the checkout header into a component
5+
```
6+
3. Commit

1-exercise-solutions/lesson-06/6e.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Rename `header.css` to `header2.css`
2+
2. Save this change into Git
3+
3. Rename `header2.css` to `Header.css`
4+
4. Save this change into Git
5+
6+
https://github.com/SuperSimpleDev/react-course/pull/24/files

1-exercise-solutions/lesson-06/6f.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/25/files

1-exercise-solutions/lesson-06/6g.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/26/files

1-exercise-solutions/lesson-06/6h.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/27/files

1-exercise-solutions/lesson-06/6i.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/28/files

1-exercise-solutions/lesson-06/6j.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/29/files

1-exercise-solutions/lesson-06/6k.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/SuperSimpleDev/react-course/pull/30/files

0 commit comments

Comments
 (0)