This project is clone of Netflix UI. It was created using React and CSS. It uses The MovieDB Api to search for movies and display details and also Movie-Trailer to fetch the trailers of movies. Feel free to contribute!!
- React & React-Context-API
- Axios
- Css (grid & flexbox)
- Firebase
- Install: run
npm install
- Get API key here
- Add your API Key in
\src\requests.js
file. - Run:
npm start
- User can the see trending and upcoming movies. Data updates weekly
- User can see the overview of movie.
- User can also watch the trailer of movie my clicking on it.
- The webpage is responsive adapts to screen sizes.