Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 410 Bytes

File metadata and controls

20 lines (13 loc) · 410 Bytes

cf Cute Bunny Image-Gallery Albums and Routing

Time to introduce a router!

Your app should have the following pages:

  • welcome "page" (static content)
  • images "page"
  • about "page" (mostly static content)

Bonus

  • Play around with a nested view
  • Play around with named views

Rubric

Route/State design and implementation 7pts Code Quality/Project Org 3pts