An Infinite Scrolling movie browing app made using ReactJs. It enlists latest trending movies with short descriptions for each of them becoming visible on hover.
- Movie DB - Retrives data using the movie DB api, displaying 20 movies in one go and then waiting for the user to scroll down in before loading the next 20 trending movie.
- Axios - Use axios to make calls to the mentioned api.
Deployed at https://moviemaniacinfinite.herokuapp.com/
Installs all dependencies required for the app to run
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.