sahedw / capstone-movie-app

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

Basic Search #17

Closed sahedw closed 1 year ago

sahedw commented 1 year ago

Create a form with input element. Fetch movie content with useEffect. Use useState for search input to correctly use search query in API fetch. Display movie content with next js component Image. Finally refactor fetch and useStates to global level with createContext and useContext Write a component test for the form to check for a label

TammyChen21 commented 1 year ago

amazing😊