/react-crud-app

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

Primary LanguageJavaScript

React CRUD App

This is a React 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, 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

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

To build and run the app:

npm install

npm start