Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zbhavyai/movie-search-omdb
- Owner: zbhavyai
- Created: 2022-06-06T04:20:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T05:09:42.000Z (over 2 years ago)
- Last Synced: 2023-03-05T07:25:32.444Z (almost 2 years ago)
- Topics: movies, omdb-api, react
- Language: JavaScript
- Homepage: https://omdb-web-react.netlify.app
- Size: 840 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).