Adapt the onClick function for the BackButton Component.
Create new MovieDetailsFooter Component to show a new fixed footer with buttons which add to lists instead of the Navigation.
Safe the preferred style (Dark Mode On/Off) in local Storage.
Adapt the function which displays the watchProvidersto include three providers instead of two.
Adapt jest tests.
Add alternatives to icons and text if in dark mode (mainly color).
Use Styled Components to style:
Movie Poster and Titletext.
BackButton Component.
Actors Component image and name.
Color for heading and paragraph.
Whole Availability section.
Adapt the
onClick
function for theBackButton
Component. Create newMovieDetailsFooter
Component to show a new fixedfooter
with buttons which add to lists instead of theNavigation
. Safe the preferred style (Dark Mode On/Off) inlocal Storage
. Adapt the function which displays thewatchProviders
to include three providers instead of two. Adaptjest
tests. Add alternatives to icons and text if in dark mode (mainly color).Use
Styled Components
to style: MoviePoster
andTitle
text.BackButton
Component.Actors
Componentimage
andname
. Color forheading
andparagraph
. WholeAvailability
section.