Skip to content

Commit 7f7a38f

Browse files
committed
added notes app link
1 parent dda2236 commit 7f7a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Practicing JavaScript by building mini web projects using HTML, CSS & JS
1010
| 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) | Scroll Event, Window Object |
1111
| 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) | Submit Event, Prevent Default |
1212
| 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) | Click Event |
13+
| 7 | [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) | Click & Input Events, Local Storage, JSON parse() & stringify() |
1314

1415
</br>
1516

1617
### References (YouTube Channels) :
1718

1819
- [Tech Gun](https://www.youtube.com/c/TechGun)
19-
- [CodeWithHarry](https://www.youtube.com/c/CodeWithHarry)
20-
- [FreeCodeCamp](https://www.youtube.com/c/Freecodecamp)
20+
- [CodeWithHarry](https://www.youtube.com/c/CodeWithHarry)

0 commit comments

Comments
 (0)