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

https://github.com/petreasil/project-5-openclassrooms

quotation generator
https://github.com/petreasil/project-5-openclassrooms

animate-css bootstrap css html javascript jquery

Last synced: about 2 months ago
JSON representation

quotation generator

Awesome Lists containing this project

README

          

# Project-5-OpenClassrooms
quotation generator

Requirements:
Build a random quote generator . The quotes will be randomly constructed by assembling different pieces of a sentence.

Step 1:

* The quotes are generated randomly one by one with each JavaScript call
* Each quote is a combination of at least 3 sentence fragments (beginning, middle, and end)
* The quotes should be coherent

Step 2:

* Select the number of quotes generated (between 1 and 5)
* Choose between 2 types of quote generators

https://petreasil.github.io/Project-5-OpenClassrooms/