bright2190 / perfect-react-movie-app

a react API that fetches any movie you search for

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

Icons & Font -

  • Font Link: <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">

Libraries used

  • styled-components
  • axios
  • react-scripts

About

a react API that fetches any movie you search for


Languages

Language:JavaScript 72.1%Language:HTML 18.8%Language:CSS 9.1%