Movie WRLD is a responsive React app created with the help of the TMDB API and hosted on Netlify.
Demo_Video.mp4
--> List of popular movies on the homepage
--> Searching movies by title is available
--> Clicking on any poster will redirect you to the details page, which displays the poster, plot of the movie, rating, budget, revenue, and cast.
--> By clicking on the TMDB logo in the header, you can log in with your TMDB ID
--> While logged in, you can rate any movie out of 10.
node.js is required to get npm
.
If you would like to download the code and try it for yourself:
Clone the repo: [email protected]:chirag-23/reactjs-movie-app.git
cd reactjs-movie-app
Install packages: npm install
Build project:npm start
Open your browser at: http://localhost:3000