An open API service indexing awesome lists of open source software.

https://github.com/md-azad/task-management-system


https://github.com/md-azad/task-management-system

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Task Management System

This is a simple drag and drop task management app. this app was build using dnd-kit package. For real-time database update web socket is used.

Demo: [Live link](https://melodic-shortbread-4aa384.netlify.app)

## Dependencies

- dnd-kit/core
- dnd-kit/utilities
- dnd-kit/sortable
- react router dom
- axios
- nanoid
- web socket client

## installation steps:

- step-1
- git clone https://github.com/Md-Azad/task-management-system-server (for server)
- git https://github.com/Md-Azad/task-management-system (for client)
- step-2
- cd task-management-system-server
-cd task-management-system
- step-3
- npm install
- step-4

- npm run dev (for client)
- node index.js (for server)

## Technologies used

- React.js
- JavaScript
- Express.js
- MongoDB
- Web Socket io