React-movies app, build with react, redux, based on react-redux-boilerplate.
- View Popular Movies.
- View Top-rated Movies.
- Search for Movies.
- View Movie's Detail.
- React.js - React 16✨, React Router 5
- Redux.js - Redux saga and Reselect
- Babel - ES6, ESNext, Airbnb and React/Recommended config
- Webpack - Webpack 4✨, Hot Reloading, Code Splitting, Optimized Prod Build and more
- Test - Jest with Enzyme
- Lint - ESlint
- Styles - SCSS Styling
- Clone this repo using
git clone https://github.com/thientinduong/react-movies.git
- Move to the appropriate directory:
cd react-movies
. - Run
yarn
ornpm install
to install dependencies. - Run
npm start
to see the example app athttp://localhost:3000
.
Now you're ready build your beautiful React Application!
- View Popular Movies
- View Top-rated Movies
- Search Movies
- View Movie Detail
- Write More Tests
- Test Code Coverage match expected
- React-redux-boilerplate:
Created by Dinesh Pandiyan
MIT license, Copyright (c) 2018 Dinesh Pandiyan.