https://quiet-movies.netlify.app/
Create your very own movies site. You'll be building your first multi-page React application and using a fun new API too. This project should be done pair programming.
- Your page should follow the design provided as closely as possible
- Build a multi-page application using React Router
- Pass information such as ids, or titles in the URL and pick this up in React router to load dynamic content
- Practice using APIs in React - combining useState with useEffect
- Your app should have two pages - one showing a list of movies and one showing details
npm install
npm start
Thanks @Annika for the collab