https://github.com/jonathanprozzi/countdown-example
Basic template / starter for a possible capstone project in 'Web Development with JavaScript' course at DHF.
https://github.com/jonathanprozzi/countdown-example
Last synced: 2 months ago
JSON representation
Basic template / starter for a possible capstone project in 'Web Development with JavaScript' course at DHF.
- Host: GitHub
- URL: https://github.com/jonathanprozzi/countdown-example
- Owner: jonathanprozzi
- Created: 2016-07-05T14:13:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T14:23:33.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T11:33:05.386Z (4 months ago)
- Language: JavaScript
- Homepage: https://jonathanprozzi.github.io/Countdown-Example/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown-Project
This is a project template/basic example to be used for the capstone project.The main concept is to use a timer (or timers!) to create/modify/add elements or change styles on a page.
Check out the live version here: https://jonathanprozzi.github.io/Countdown-Example/
# Project Ideas:
If you're having trouble thinking of your own idea, here are some suggestions for inspiration.
* Remove or add page content once the timer hits a certain point.
* Track the timer by modifying elements.
* Change the style of the page once the countdown hits a 0 (or have it count up!)
* Modify the color (or other style) of the page as the timer increments!
* Your own awesome idea!