###My Super Awesome Photos
Design mock (from my version in Angular; see below for link)
Inspired by "Thinking in React", here is the organization of each component in the mock:
AppHeader
(displays static header)AppContainer
(contains entire app under header)SelectedPhoto
(displays the selected photo)PhotoInfo
(displays caption and count for the selected photo)AlbumInfo
(displays photo list)PhotoListHeader
(displays a heading for the album)PhotoTitle
(displays a clickable photo title)
RatingDropdown
(receives user input to rate the photo in the display)RatingDisplay
(displays the star value under the dropdown) <- not shown in the mock
- Build the static version (UI components without interactivity)
AppHeader
(just HTML with Bootstrap)AlbumInfo
(table that holds list)PhotoListHeader
(displays a heading for the album)PhotoTitle
(displays a clickable photo title)
RatingDropdown
(menu with 4 options)
- Build the interactive components [TODO]