MOVIEZONE
MovieZone is a react based movie and tv series recommendation web application where the users can know about all types of movies and web series including trending,latest,upcoming,top rated etc. and also get details of each and every digital content along with its rating and reviews.
Some salient features of this project are.....
- Responsive with all type of devices.
- SPA (Single Page Application)
- Information about all type of movies and tv series including trending, upcoming, top rated etc. 4.Technologies used in this project are => "HTML, CSS, BOOTSTRAP, MUI, JAVASCRIPT (REACT)" etc.
To run the application....
- run 'npm install' (to get all required dependencies in node_modules folder)
- generate the TMDB API key (to fetch real time data from TMDB)
- save generated API key in .env file with syntax as REACT_APP_API_KEY = key
- run 'npm start' (to run the application)