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

https://github.com/belchenkov/movie-list-react

I create a movie list application in React that retrieves data from a local JSON file and runs in the browser with webpack and Babel. Styling will be done using Bootstrap. The application return a list of the highest-grossing movies as of 2019, along with some more details and a poster for every movie.
https://github.com/belchenkov/movie-list-react

babel-core babel-loader babel-preset-env babel-preset-react- bootstrap css-loader eslint html-webpack-plugin react react-dom style-loader webpack webpack-cli webpack-dev-server

Last synced: 3 months ago
JSON representation

I create a movie list application in React that retrieves data from a local JSON file and runs in the browser with webpack and Babel. Styling will be done using Bootstrap. The application return a list of the highest-grossing movies as of 2019, along with some more details and a poster for every movie.

Awesome Lists containing this project

README

        

# Movie List App

> Create a movie list application in React that retrieves data from a
local JSON file and runs in the browser with webpack and Babel, Bootstrap. The application return a list of the highest-grossing movies
as of 2019, along with some more details and a poster for every movie.