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.
- Host: GitHub
- URL: https://github.com/icewreck/web-code-snippets
- Owner: IceWreck
- Created: 2016-05-30T16:19:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T05:18:24.000Z (almost 10 years ago)
- Last Synced: 2026-03-27T23:42:27.665Z (3 months ago)
- Language: HTML
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.