Bands

Make a web app to track your favorite bands. Give it the same structure as the ships app. Use your own data.

Add a public index page:

Index

Bands are sorted by name.

Add an admin index page:

Admin index page

The Delete buttons should work. Confirm the action with the user.

Include an add form:

Add form

All fields are required. Make sure that ratings are from 1 to 10:

Rating error

Include an initialization page, linked from the admin index page:

Initialization page

Submit the URLs of both your index pages.

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

Referenced in: