A webpage (using HTML, CSS, Bootstrap, JavaScript, and jQuery) that takes the text that is entered, rearranges the text in a random order, and displays them as poetry.
- Go to https://likewater.github.io/dada-poetry/ or:
- Clone this repository onto your desktop. This will place the all files and folders in onto your computer, then
- Click on the index.html file in the browser. This will allow you to view the file in your browser. If this does not open in your browser, navigate to project folder via your command line and type "open index.html".
No known bugs.
- HTML
- CSS
- Bootstrap
- jQuery
- JavaScript
Behaviors | Input | Output |
---|---|---|
Application will store words given by user | some | some |
Application will return words given by user | some words | some words |
Application will return words in random order | These are some words to shuffle | shuffle are These to words some |
Application will return words in random order with punctuation attached to word it was originally attached to | Hello! This is a web page. Do you like it? | it? Hello! web a Do This like you page. is |
Application will separate user input by sentence | Hello! This is a web page. Do you like it? | "Hello!" "This is a web page." "Do you like it?" |
Application will return sentences in random order | Hello! This is a web page. Do you like it? | This is a web page. Do you like it? Hello! |
GPL Copyright (c) 2017 Blake Womack, Grace Stuart, Colin Bloom, Christian Martinez, and Ben Schenkenberger