sahedw / capstone-movie-app

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

Upcoming Movies in Cinema page #51

Closed sahedw closed 1 year ago

sahedw commented 1 year ago

Create Playing and Upcoming buttons. Fetch upcoming movies from API. Create useState to track which movies should be displayed. Write function to set the state via button click. The state decided via conditional rendering which movies should get displayed.