You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# JavaScriptProjects
2
2
This guide is intended for people looking to work on projects to get hands-on learning experience but out of ideas.
3
+
JavaScript is very easy to implement. All you need to do is put your code in the HTML document and tell the browser that it is JavaScript.
4
+
It works on web users’ computers — even when they are offline and allows you to create highly responsive interfaces that improve the user experience and provide dynamic functionality, without having to wait for the server to react and show another page.
3
5
4
-
####Projects for Beginners
6
+
### Projects for Beginners
5
7
6
8
* Make a Tic Tac Toe Board
7
9
* Make a web based calculator
8
10
* Make a Todo List with persisting browser storage using localStorage api
11
+
* Make a unit converter (time, distance, currency, etc)
0 commit comments