Website that accesses movie data from the OMDb API.
Running in Github pages https://masterduck7.github.io/Movie-Finder
It's necessary to install NodeJS with NPM (https://nodejs.org/en/)
- Clone repository
- Create .env file in root folder with API_URL and API_KEY in this way:
- REACT_APP_IMDB_API_KEY="INSERT YOUR KEY"
- REACT_APP_IMDB_URL="INSERT WEBSITE: (OMDB EXAMPLE: https://www.omdbapi.com/)"
- Install packages via: npm install
- Run app: npm start .env
- Go to: http://localhost:3000/