-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# Techdegree Project 3 | ||
# Techdegree Project 1 - Random Quote Generator | ||
|
||
https://imnomee.github.io/degree-project-3/ | ||
In this random quote generator, we used HTML, CSS and Vanilla JS | ||
to display a Random Quote every 10 seconds | ||
and random colour with every new quote. | ||
|
||
Random Quote Generator | ||
This project holds dynamic values for timing and quotes. | ||
We can update the timing (in seconds) and add any number of quotes | ||
without changing the total number or any other quote to update the time. | ||
|
||
This was the first project, created during the Unit 01 of TeamTreeHouse Techdegree course. | ||
|
||
with Random quote display after every 10 seconds | ||
and random colour with every new quote. |