/react-redux-user-list

User listing with add & remove favorite users and list them in favorite page using React and Redux.

Primary LanguageJavaScriptMIT LicenseMIT

React-Redux-User-List

This is a sample project which have following functionalities:

  1. Fetch User List with Infinite Scrolling behaviour
  2. Fetch Favourite User List
  3. Add or Remove Favourite Users

Dependencies included in Project

  1. json-server
  2. react
  3. react-dom
  4. react-redux
  5. react-router
  6. react-router-dom
  7. redux
  8. redux-thunk

Available Scripts

In the project directory, you can run:

npm run json:server

Runs the Json Server to mock the APIs Runs on port 3000 by default

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Go to above link for the live app.