🎥 This project is a simplified front end clone of Netflix. It was created with React and CSS (Grid and Flexbox). It uses The MovieDB Api to search for movies and display details.
- Webpack
- Axios
- Redux & React
- Sass (grid & flexbox)
- Media queries
- User can search for movies and TV shows on TMDb
- User can the see upcoming and trending movies. Data updates weekly
- User can click on a movie and a modal should pop up. It should display the title, release date, overview, and runtime.
- The webpage adapts to any screen size.
# Install dependencies
yarn install
# Start the app on a new window
yarn start