File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# JS PRACTICE PROJECTS
2
2
3
- Here practicing JS by building mini web projects using HTML, CSS & JS
3
+ Practicing JavaScript by building mini web projects using HTML, CSS & JS
4
4
5
5
<table >
6
6
<thead>
7
7
<tr>
8
8
<th>S.No.</th>
9
9
<th>Project Code</th>
10
10
<th>Live Demo</th>
11
+ <td>Topic Covered</td>
11
12
</tr>
12
13
</thead>
13
14
<tbody>
14
15
<tr>
15
16
<td>1</td>
16
17
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/temperature-converter">Temperature Converter</a></td>
17
18
<td><a href="https://devvanu.github.io/js-practice-projects/temperature-converter/index.html">Demo</a></td>
19
+ <td>Events</td>
18
20
</tr>
19
21
<tr>
20
22
<td>2</td>
21
23
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/word-counter">Word Counter</a></td>
22
24
<td><a href="https://devvanu.github.io/js-practice-projects/word-counter/index.html">Demo</a></td>
25
+ <td>Events, Array & String Methods</td>
23
26
</tr>
24
27
<tr>
25
28
<td>3</td>
26
29
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/background-changer">Background Changer</a></td>
27
30
<td><a href="https://devvanu.github.io/js-practice-projects/background-changer/index.html">Demo</a></td>
31
+ <td>Events</td>
32
+ </tr>
33
+ <tr>
34
+ <td>4</td>
35
+ <td><a href="https://github.com/devvanu/js-practice-projects/tree/main/sticky-menu">Sticky Menu</a></td>
36
+ <td><a href="https://devvanu.github.io/js-practice-projects/sticky-menu/index.html">Demo</a></td>
37
+ <td>Events, Window Object</td>
28
38
</tr>
29
39
</tbody>
30
40
</table >
41
+
42
+ </br >
43
+
44
+ ### References (YouTube Channels) :
45
+
46
+ - [ Tech Gun] ( https://www.youtube.com/c/TechGun )
47
+ - [ CodeWithHarry] ( https://www.youtube.com/c/CodeWithHarry )
48
+ - [ FreeCodeCamp] ( https://www.youtube.com/c/Freecodecamp )
You can’t perform that action at this time.
0 commit comments