Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zbhavyai/movie-search-omdb

Movie Search using OMDb API
https://github.com/zbhavyai/movie-search-omdb

movies omdb-api react

Last synced: about 1 month ago
JSON representation

Movie Search using OMDb API

Awesome Lists containing this project

README

        

# Movie Search using OMDb API

A frontend for searching for movies using the [OMDb API](https://www.omdbapi.com/). Check it online at [https://omdb-web-react.netlify.app](https://omdb-web-react.netlify.app).

## How to build and run

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

```bash
$ git clone [email protected]:zbhavyai/movie-search-omdb.git
```

2. Add API key to [`.env`](.env) file like below, or in a new file `.env.development`. You can get the API key from [here](http://www.omdbapi.com/apikey.aspx).

```
REACT_APP_OMDB_API_KEY=
```

3. Install the dependencies

```bash
$ 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](https://www.flaticon.com/free-icons/clapperboard).