Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 966 Bytes

File metadata and controls

38 lines (19 loc) · 966 Bytes

A minimal, beginner friendly React-Redux-persist implementation with all the industry best practices

Features

Here are a few highlights to look out for in this Demo

User List
Home page provides the user list around 10 users along with pagination by clicking on more details you can drill down into the more details of the user
Tasks done
State management between the two containers to select active users either from home page or detail view the store maintains the state. Plus it keep persistance on closing the browser

Quick start

  1. Clone this repo using git clone https://github.com/madeeha96/react-redux-netflix.git
  2. Move to the appropriate directory: cd react-redux.
  3. Run yarn or npm install to install dependencies.
  4. Run npm start to see the example app at http://localhost:3000.

Now you're ready to go