Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 854 Bytes

NOTES.md

File metadata and controls

25 lines (22 loc) · 854 Bytes

App (red): main container for all components AppTitle (yellow): displays title of app PictureFilter (dark green): dropdown to select "hot" or "random" images PictureCard (orange): contains the entirety of the displayed image Image (teal): displays the APOD image VoteInterface (light green): container for VoteButton and VoteCounter Vote Button (purple): click this to increment VoteCounter Vote Counter (blue): displays the current number of like ImageInformation (fuschia): contains image title, image date and img description ImageTitle (peach): displays image title ImageDate (light blue): displays image date ImageDescription (olive): displays image description

App AppTitle PictureFilter PictureCard Image VoteInterface VoteButton VoteCounter ImageInformation

routes are in #7