zbhavyai / movie-search-omdb

Movie Search using OMDb API

Home Page:https://omdb-web-react.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Search using OMDb API

A frontend for searching for movies using the OMDb API. Check it online at https://omdb-web-react.netlify.app.

How to build and run

  1. Clone the repository on your machine, or download the zip file

    $ git clone git@github.com:zbhavyai/movie-search-omdb.git
  2. Add API key to .env file like below, or in a new file .env.development. You can get the API key from here.

    REACT_APP_OMDB_API_KEY=<YOUR API KEY>
    
  3. Install the dependencies

    $ npm install
  4. To run the development build using the below command. You can launch your browser and visit the default URL http://localhost:3005

    $ npm start
    

Attribution

Movie logo downloaded from Clapperboard Prosymbols.

About

Movie Search using OMDb API

https://omdb-web-react.netlify.app


Languages

Language:JavaScript 88.7%Language:CSS 7.9%Language:HTML 3.2%Language:Shell 0.1%