Skip to content

Commit 64dad71

Browse files
committed
Updated readmes with screenshots
1 parent 138a896 commit 64dad71

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Part-10/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 10. Adding Edit and Delete Functionality
22

3+
![screen](screen.png)
4+
35
[Go to the video]()
46

57

Part-12/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 12. Applying Transitions
22

3+
![screen](screen.png)
4+
5+
36
[Go to the video]()
47

58

Part-7/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
## 7. Adding and Removing Classes in Javascript
22

3-
4-
![screen](screen.png)
5-
63
[Go to the video]()
74

5+
![screen](screen.png)
86

97

108
In this videos, we will add the functionality to show and hide the add link form. We will accomplish this by adding/removing the 'hidden' class to/from the form. This video will help to reinfornce topics from the previous two videos: working with DOM elements, event listeners, defining variables with ES6 Let and Const, and ES6 Arrow Functions. Additionally, we will learn how to add and remove classes from a DOM element in Javascript.

Part-8/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## 8. Displaying Static Link
22

3-
[Go to the video]()
3+
![screen](screen.png)
44

55

6+
[Go to the video]()
67

78
In this video, we will take a break from Javascript and come back to our HTML and CSS to display a static link. In the following video, we will take this code as the template to generate dynamic HTML strings for each of the added links.

Part-9/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 9. Generating Dynamic HTML with Es6 Template Literals
22

3+
![screen](screen.png)
4+
5+
36
[Go to the video]()
47

58

0 commit comments

Comments
 (0)