Skip to content

Task Management System Assignment Given By Earnest Fintech

Notifications You must be signed in to change notification settings

vishant007/task_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Features:

  • CRUD Operations On Tasks
  • Error Handling
  • Toast Messages On CRUD Operations using react-toastify npm package
  • Axios for api handling
  • All the logic is explained through comments in code.

Tech-Stack:

  • Node.js, Express, Mysql, REST API, Axios, React, React-Toastify

Demo:

TaskManagementSystemDemo.mp4

Steps To Run:

cd backend
npm init
npm runserver
  • open new terminal
cd frontend
npm install
npm start