An open API service indexing awesome lists of open source software.

https://github.com/icewreck/web-code-snippets

These are some code snippets that may come in handy while developing for the web.
https://github.com/icewreck/web-code-snippets

Last synced: 3 months ago
JSON representation

These are some code snippets that may come in handy while developing for the web.

Awesome Lists containing this project

README

          

# Web-Code-Snippets
These are some code snippets that may come in handy while developing for the web.
* ActionOnMultipleClicks - This script performs an action after multiple clicks. For example an alert message appears after we click a button exactly 10 times.
* Countdown Timer - A simple HTML and JavaScipt based countdown timer which displays the time left for a preset date. Usage Scenario: A coming soon page.
* RandomColorGenerator - Creates a random color.
* FullscreenMovingBackground - Self Descriptory.
* Preloader - Links to a good and useful preloader.
* Redirect Webpage - Self Descriptory.