Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 696 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 696 Bytes

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm install

Installs the dependencies required to run the app.

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.

Movies API

I've feteched data from http://www.omdbapi.com/. But it had limited number of record count of "10" for GET request. I've managed to add Pagination for the limited count. It can be scaled with other API's with larger datasets too.