/react-redux-crud-app

This app offers paginated and searchable lists, edit forms, client-side routing, Redux actions and reducers, and an api layer, with Bootstrap components like date picker and notifications.

Primary LanguageJavaScript

React-Redux CRUD App

This is a React-Redux CRUD app which I've built for demonstration in my React & Redux tutorial here.

This app offers paginated and searchable lists, edit forms, client-side routing, Redux actions and reducers, and an api layer, with Bootstrap components like date picker and notifications.

Some of the libraries used in this project are:

  • react
  • react-router-dom
  • bootstrap
  • react-datepicker
  • react-bs-notifier
  • redux
  • react-redux
  • redux-thunk
  • redux-logger

If you're interested in the same app without Redux, see my other app here

To build and run the app:

npm install

npm start