Skip to content

Commit

Permalink
Added Project Description to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmora committed Feb 26, 2018
1 parent 6a3cb9a commit ba4e20e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ Topics:
* You can open your `index.html` file in your browser to see your work, but you may also work in codepen.io first if you'd like
* All your work will be done in `index.js`
* Make sure to read both the `index.html` and `styles.css` files so that you know what you're working with
* Organization of your code in `index.js` will be up to you. There will be suggestions provided later in the day
* Organization of your code in `index.js` will be up to you. There will be suggestions provided later in the day

## Project Description
You will be making a timer that:
* Counts up to 10 seconds
* Increments every 10 ms
* Has digits change to red when it gets to 10 seconds
* Should not count past 10 seconds

You will also need to look up and use `window.setInterval`. For this method, and any of those listed in the "Topics" section of this README, you are encouraged to use MDN as your resource for Documentation. MDN can be challenging to consume at first, so you may also use something like W3schools if the MDN documentation on a given subject is a bit too complicated.

0 comments on commit ba4e20e

Please sign in to comment.