Skip to content

Movies take a good part of my day, so I created this app using a public API to fetch the top 250 movies of all time. This web app is built with React.js and styled components.

Notifications You must be signed in to change notification settings

BelishtaArjol/React-Movie-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Movie App - ReactJS Projects

APIs Used

The Open Movie Database APIs

Generate API key from : http://www.omdbapi.com/apikey.aspx

API Info

  • Method: GET
  • Search URL: https://www.omdbapi.com/?s={MOVIE_NAME}&apikey={API_KEY}
  • Movie Details URL: https://www.omdbapi.com/?i={MOVIE_ID}&apikey={API_KEY}

Libraries used

  • styled-components
  • axios
  • react-scripts

About

Movies take a good part of my day, so I created this app using a public API to fetch the top 250 movies of all time. This web app is built with React.js and styled components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published