Skip to content

Commit 8e4a074

Browse files
authored
added project 4 link & reference links
1 parent ad389e3 commit 8e4a074

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,48 @@
11
# JS PRACTICE PROJECTS
22

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
44

55
<table>
66
<thead>
77
<tr>
88
<th>S.No.</th>
99
<th>Project Code</th>
1010
<th>Live Demo</th>
11+
<td>Topic Covered</td>
1112
</tr>
1213
</thead>
1314
<tbody>
1415
<tr>
1516
<td>1</td>
1617
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/temperature-converter">Temperature Converter</a></td>
1718
<td><a href="https://devvanu.github.io/js-practice-projects/temperature-converter/index.html">Demo</a></td>
19+
<td>Events</td>
1820
</tr>
1921
<tr>
2022
<td>2</td>
2123
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/word-counter">Word Counter</a></td>
2224
<td><a href="https://devvanu.github.io/js-practice-projects/word-counter/index.html">Demo</a></td>
25+
<td>Events, Array & String Methods</td>
2326
</tr>
2427
<tr>
2528
<td>3</td>
2629
<td><a href="https://github.com/devvanu/js-practice-projects/tree/main/background-changer">Background Changer</a></td>
2730
<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>
2838
</tr>
2939
</tbody>
3040
</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)

0 commit comments

Comments
 (0)