A simple App using OMDb API which lets the user search a film.
Dependencies and tools required for the project:
- Node.js
- Babel (https://babeljs.io/)
- Webpack (https://webpack.js.org/)
- ReactJs (https://es.reactjs.org/)
- OMDb API (https://www.omdbapi.com/)
-Clone the repository. -Intall the dependencies:
npm install
-Run the development server:
npm start
-Enjoy coding!