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
- Host: GitHub
- URL: https://github.com/petreasil/project-5-openclassrooms
- Owner: petreasil
- Created: 2019-04-02T18:14:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T18:25:30.000Z (about 7 years ago)
- Last Synced: 2025-02-25T03:41:36.000Z (over 1 year ago)
- Topics: animate-css, bootstrap, css, html, javascript, jquery
- Language: JavaScript
- Size: 573 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/