sahedw / capstone-movie-app

https://capstone-project-watched-it.vercel.app/
3 stars 1 forks source link

Switch Layout Options #41

Closed sahedw closed 1 year ago

sahedw commented 1 year ago

Create a useState which tracks the state of listLayout. Create buttons which change the state of listLayouts. Depending on the state, conditional rendering of Movie Component or MovieGrid Component. Add this functionality to my-watchlist and my-watched page. Adapt the styling with Styled Components.