Skip to content

Tasks Crud Operations using react redux as frontend and json-server api as backend

Notifications You must be signed in to change notification settings

mashwin/react-redux-task-manager-app

Repository files navigation

Task Manager Application

Start the application using:

npm run dev

Start the API using

It will start the API on port 3001. It will use db.json file as model.

npm run api

Task Manager Application using react and redux. Used json-server for serving backend API requests. Things to learn

  • react-hooks
  • react-redux
  • modal dialog
  • bootstrap ui library
  • toaster

You can use it as boiler plate for your CRUD application. No need to go over lengthy video tutorials.

Screenshots

alt text

Update Task

alt text

About

Tasks Crud Operations using react redux as frontend and json-server api as backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published