Skip to content

Commit 7962e80

Browse files
authored
changed structure and updated links
1 parent 854bf9e commit 7962e80

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

README.md

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
# JS PRACTICE PROJECTS
1+
# JavaScript Practice Projects
2+
3+
## #1 Basic Projects
24

35
| S.No. | Project Code | Live Demo |
46
| :---: | ----------------------------------------------------------------------- | ----------------------------------- |
5-
| 1 | [Temperature Converter](https://github.com/devvanu/js-practice-projects/tree/main/temperature-converter) | [Demo](https://devvanu.github.io/js-practice-projects/temperature-converter/index.html) |
6-
| 2 | [Word Counter](https://github.com/devvanu/js-practice-projects/tree/main/word-counter) | [Demo](https://devvanu.github.io/js-practice-projects/word-counter/index.html) |
7-
| 3 | [Background Changer](https://github.com/devvanu/js-practice-projects/tree/main/background-changer) | [Demo](https://devvanu.github.io/js-practice-projects/background-changer/index.html) |
8-
| 4 | [Sticky Menu](https://github.com/devvanu/js-practice-projects/tree/main/sticky-menu) | [Demo](https://devvanu.github.io/js-practice-projects/sticky-menu/index.html) |
9-
| 5 | [Basic Form Validation](https://github.com/devvanu/js-practice-projects/tree/main/form-validation) | [Demo](https://devvanu.github.io/js-practice-projects/form-validation/index.html) |
10-
| 6 | [Image Slider](https://github.com/devvanu/js-practice-projects/tree/main/image-slider) | [Demo](https://devvanu.github.io/js-practice-projects/image-slider/index.html) |
11-
| 7 | [Stopwatch](https://github.com/devvanu/js-practice-projects/tree/main/stopwatch) | [Demo](https://devvanu.github.io/js-practice-projects/stopwatch/index.html) |
12-
| 8 | [Notes App](https://github.com/devvanu/js-practice-projects/tree/main/notes-app) | [Demo](https://devvanu.github.io/js-practice-projects/notes-app/index.html) |
7+
| 1 | [Temperature Converter](js-projects/temperature-converter) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/temperature-converter/index.html) |
8+
| 2 | [Word Counter](js-projects/word-counter) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/word-counter/index.html) |
9+
| 3 | [Background Changer](js-projects/background-changer) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/background-changer/index.html) |
10+
| 4 | [Sticky Menu](js-projects/sticky-menu) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/sticky-menu/index.html) |
11+
| 5 | [Basic Form Validation](js-projects/form-validation) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/form-validation/index.html) |
12+
| 6 | [Image Slider](js-projects/image-slider) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/image-slider/index.html) |
13+
| 7 | [Stopwatch](js-projects/stopwatch) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/stopwatch/index.html) |
14+
| 8 | [Notes App](js-projects/notes-app) | [Demo](https://devvanu.github.io/javascript-practice-projects/js-projects/notes-app/index.html) |
15+
| 9 | Simple Alarm Clock | Demo |
1316

14-
### References :
17+
## #2 API Based Projects
18+
| S.No. | Project Code | Live Demo |
19+
| :---: | ----------------------------------------------------------------------- | ----------------------------------- |
20+
| 1 | Food Recipe App | Demo |
1521

16-
- [Tech Gun YouTube Channel](https://www.youtube.com/c/TechGun)
17-
- [CodeWithHarry YouTube Channel](https://www.youtube.com/c/CodeWithHarry)
18-
- [CodingNepal YouTube Channel](https://www.youtube.com/codingnepal)
22+
## #3 References (YouTube Channels) :
23+
- [Tech Gun](https://www.youtube.com/c/TechGun)
24+
- [CodeWithHarry](https://www.youtube.com/c/CodeWithHarry)
25+
- [CodingNepal](https://www.youtube.com/codingnepal)
26+
- [GeekProbin](https://www.youtube.com/channel/UCcbrqMDyUZAD0zUnqbWjG0w)

0 commit comments

Comments
 (0)