This is a Netflix clone built using ReactJS. It uses the TMDB API to fetch movies and display them. It also has a trailer feature which plays the trailer of the movie when clicked on the movie.
- Fetches movies from TMDB API
- Plays trailers of movies
- Responsive design
- ReactJS
- SCSS
- vite
- Axios
- TMDB API
- Clone the repository
- Run
npm install - Run
npm run dev