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

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.

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!