Quotes

Make an app that shows quotes.

Put your name(s) in the footer.

There should be three pages. The first lists quotes, like this:

List

The add button shows the second page, with a form like this:

Add form

Both fields are required. The add button should validate, add the quote to the database, and jump to the list page.

The third page initializes the database. It should look like:

Initialize

Hint: at the time of writing, the Boostrap 4 docs for blockquote suggested this:

<footer class="blockquote-footer">

I had to use this:

<small class='blockquote-footer'>

Submit two URLs:

  • The URL of the index page.
  • The URL of the initialization page.

(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)

Referenced in: