The live demo of the application can be seen here: https://zl-task.netlify.app/
This is a React app with other libraries such as Redux, and styled using TailwindCSS.
The source code of the back end API of this app is at https://github.com/zhanlun/task-management-app-server
- Drag and drop to sort the lists & cards
- Websocket (Socket.io)
- Can sync across different browsers in near real time
- Components are built using TailwindCSS & HeadlessUI
- Implemented simple authentication & authorization
- Implemented testing with Jest & Cypress