Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 481 Bytes

File metadata and controls

26 lines (19 loc) · 481 Bytes

User CRUD demo application Front-end

Demo application which includes following basic operations

  • Create user
  • Update user
  • List User
  • Display user

Note: ** Please start backend server before running this **

In order to start project you need to do following steps.

npm install
npm start

Following packages are used for the integration.

  • React
  • React router, React router dom
  • React redux
  • Redux rethunk
  • Axios for API calls
  • Bootstrap for basic theming