https://github.com/ecelis/avocado
Created with CodeSandbox
https://github.com/ecelis/avocado
Last synced: about 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/ecelis/avocado
- Owner: ecelis
- Created: 2021-01-25T05:17:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T17:40:00.000Z (over 3 years ago)
- Last Synced: 2025-02-16T04:44:15.361Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/ecelis/avocado
- Size: 351 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.