israel1x / react-movie-app

An SPA client for the movies API. Made with React.js and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT-MOVIES-APP

Features

  • Lazy-loading components ( Code-splitting )
  • Advanced list loading
    • Infinite scroll loading
    • Paginated loading
    • Handling erorrs
  • Livesearch movies
  • Handling unauthorized routes
  • Beautiful and responsable UI/UX

Tech Stack

INSTALL

To run the application you must install the dependencies. Go to the application folder and run one of these commands:

$ yarn

or

$ npm install

RUN

In development mode the application is supposed to be used to improve or work on itself.

To run the application in development mode run this command:

$ yarn start

or

$ npm start

BUILD

In production mode the application is optimized and minimized. You can use it for production.

To build the application in production mode run this command:

$ yarn build

or

$ npm build

To serve the app and use it you should install serve package. To install it run this command:

$ yarn global add serve

or

$ npm i -g serve

Then run this command:

$ yarn run serve

or

$ npm run serve

Contacts

Github

Email: deebov@yandex.com

About

An SPA client for the movies API. Made with React.js and Redux.


Languages

Language:JavaScript 84.2%Language:CSS 14.0%Language:HTML 1.8%