The application reads data from the URL https://dummyjson.com/quotes and displays a quote. The user is allowed to
- choose a name for the title
- get a random quote
- get the next quote based on the index
- for run-time
- Flask
- for unit tests
- Parameterized
- start the app
- $ flask run
- go to http://127.0.0.1:5000/
- play