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

https://github.com/codelikeagirl29/a_random_quote_generator-v1

Generating a quote from an array using Javascript Objects, for loops, and DOM manipulation.
https://github.com/codelikeagirl29/a_random_quote_generator-v1

dom-manipulation javascript project

Last synced: about 2 months ago
JSON representation

Generating a quote from an array using Javascript Objects, for loops, and DOM manipulation.

Awesome Lists containing this project

README

          

# Quote Generator

You'll locate and select your own quotes. Please select tasteful, positive and uncontroversial quotes, for the sake of this project. Thank you.

You'll use your growing knowledge of basic JavaScript syntax, variables, loops, conditionals and object literals to:

- Build the array of quote objects to store the quotes.
- Write your own functions for selecting random quotes from the array and printing them to the screen.

This project is a fun and effective way for you to practice basic JavaScript skills while also creating a simple interactive portfolio piece to showcase your understanding of JavaScript fundamentals.

After completing this project, you'll have a tremendous sense of accomplishment, an awesome example of your hard work to show off, and you'll be one important step closer to your goals. Best of luck and happy coding!

## Practice Lessons

Here are some of the Team Treehouse Warm-up's listed.

[Logging Values & Types](https://teamtreehouse.com/library/fsjs-project-warm-up-logging-values-and-types-2)
[Random Array Index](https://teamtreehouse.com/library/fsjs-project-warm-up-random-array-index)
[Conditional Strings](https://teamtreehouse.com/library/fsjs-project-warm-up-conditional-string)

## Screenshot

![screenshot](https://res.cloudinary.com/codelikeagirl29/image/upload/v1672533810/projects/Random-Quotes_z2renk.png)