Giter Site home page Giter Site logo

robinsonrojas / super-cine-omdb-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.72 MB

React App, with connection a API RestFul-(OMDB), Using webpack, babel, eslint, dotenv.

Home Page: https://robinsonrojas.github.io/Super-Cine-OMDb-API/

License: The Unlicense

HTML 5.57% JavaScript 93.36% Shell 1.07%
react omdb-api webpack babel eslint dotenv

super-cine-omdb-api's Introduction

Description

Is a React App to find information about movies and series from a RESTful API (OMDB).

learning app

application created without using create-react-app to learn npm package.

Screenshots

App Screenshot

npm Packages

dependencies

  • webpack : Empaqueta archivos para su uso en un navegador.
  • webpack-cli : Comandos para configurar webpack en (cli).
  • @babel/core : Transforma código moderno React a código enfocado en el navegador.
  • @babel/preset-env : Permite usar el último JS sin necesidad de microgestionar transformaciones de sintaxis por cada entorno de destino.
  • @babel/preset-react : Entender jsx.
  • babel-loader : Integra con webpack.
  • html-webpack-plugin : Copiar html de desarrollo a producción.
  • react : React.
  • react-dom: Manipular el (dom) document object model, del navegador.
  • webpack-dev-server: Servidor de desarrollo local.
  • bootswatch : Estilos CSS.
  • css-loader : Convertir el css importado dentro del js.
  • style-loader : Cargar los estilos convertidos en el DOM.
  • prop-types : Verificación de variables de react. o Flow o TypeScript.

devDependencies

  • dotenv-webpack : Variables de entorno con webpack.
  • eslint: Revisa código Ej: falta de variables de entorno.
  • eslint-webpack-plugin: Integración con webpack verificar al ejecutar.
  • eslint-plugin-react: Analiza código jsx.
  • dotenv-webpack: Variables de entorno.

Install Package

npm install

npm Scripts

  • npm start : "webpack serve --mode development --open",
  • npm run production : "webpack --mode production"

API

OMDB API KEY


📝 License

This project is available under the "The Unlicense". See the LICENSE file for more information.

🌐 Based on

React sin create-react-app | Aplicación de Series y Peliculas con OMDB

super-cine-omdb-api's People

Contributors

robinsonrojas avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.