Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.47 KB

Movie-Maniac Infinite

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.

  1. 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.
  2. Axios - Use axios to make calls to the mentioned api.

Preview

Preview 1

Description on hover

Preview 2

Infinite Scroll loading while retrieval of next 20 movies

Preview 3

Local Setup & Available Scripts

npm install

Installs all dependencies required for the app to run

npm start

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.