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

https://github.com/ecelis/avocado

Created with CodeSandbox
https://github.com/ecelis/avocado

Last synced: about 1 year ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

          

## Movie search app using ReactJS with hooks

Code from blog post [Path to frontend master I](https://celisdelafuente.net/2019/10/11/frontend-master-2020-i.html)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Movie data from [OMDb API](http://www.omdbapi.com/)

## Available Scripts

In the project directory, you can run:

```
yarn back
```

It starts the backend, you at least need to provide `OMDB_API_KEY` environment variable with a valid OMDb API Key.

```
yarn start
```

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.