This project is a simplified front end clone of Netflix. It was created with React and CSS (Flexbox). It uses The MovieDB Api to search for movies and display details. Feel free to contribute!
- Axios
- React Hooks
- CSS Flexbox
- TMDB API
- Install dependencies: run
npm install
in root project - Get API key from here
- Create .env file in root project and add:
REACT_APP_API_KEY=YOUR_API_KEY_HERE
- Run project:
npm run dev
- User can check latest Netflix movies and TV show details fetched from TMDb
- User can the see upcoming and trending movies. Data updates weekly
- User can click on Netflix Originals and a modal should pop up below to show the trailer. It uses a MovieTrailer API to search for avaiable trailer of selected show.
- The webpage adapts to any screen size.