Plan:
-
Create boilerplate vite project ✅
-
Double check html file structure (title, etc.)
-
Create basic app logic App.jsx
- form (user input) ✅
- heading ✅
- display section
-
Create basic CSS styling for app (App.css)
User inputs text on submit, display user input message fetch relevant movies from API display results (name, genre, actors, - poster if we have time)