Skip to content

Commit dc92f5b

Browse files
Merge pull request #2 from zoroarctic/master
Added and intro to JS and project ideas
2 parents 5d8cd85 + 52973d1 commit dc92f5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
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
* Make a web based digital clock
1014

1115
### Intermediate Level Projects

0 commit comments

Comments
 (0)