Skip to content

Commit e1eda96

Browse files
authoredOct 24, 2017
Update README.md
1 parent 75975b8 commit e1eda96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# JavaScriptProjects
22
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.
35

4-
#### Projects for Beginners
6+
### Projects for Beginners
57

68
* Make a Tic Tac Toe Board
79
* Make a web based calculator
810
* Make a Todo List with persisting browser storage using localStorage api
11+
* Make a unit converter (time, distance, currency, etc)
12+
* Random Maze Generator as an online game
913

1014
### Intermediate Level Projects
1115

0 commit comments

Comments
 (0)
Please sign in to comment.