Awesome JavaScript examples
There are few websites to visualize the latest JavaScript works by users. One of them is http://creativejs.com/. You will also find some tutorials there. CreativeJS.com
is the go-to place to find exciting JavaScript demos, projects, games, and anything else that they consider to be awesome. They've got a whole team there to bring you the best of what's out there. The following screenshot is the homepage of CreativeJS.com
:
Here are a few examples of JavaScript projects with their links:
Awesome calculator: The following calculator was built with JavaScript, HTML, and CSS. The animation of the glowing button is done by JavaScript:
This calculator can be found at http://codepen.io/giana/pen/GJMBEv.
Drag and drop: You can drag one block and drop it on another block with your mouse. The dragging is done using JavaScript. The following is a screenshot of this project:
This project can be found at http://greensock.com/draggable.
Random maze generator: You built a game called...