Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.2 KB

Team Todo

Team Todo Screenshot

Description

This application allows users to create projects and other members take todo tasks. It features real-time updates using websockets to show the status of projects as well as a chat function for communication among team members. This enables seamless collaboration, task assignment, progress tracking, and communication within the application.

This project was created for ComIT Node.js course as my final project.

Demo Video

https://youtu.be/wTHxClADqi0

How to run locally

Setup

  • Install Node
  • Create .env file according the sample.env file in the server folder.
  • Install mongodb on local machine and run it.
  • npm install on client and server folder.
  • Run command node populate.js at the server folder terminal.

Run app

Technologies Used

  • React
  • Express
  • MongoDB
  • WebSocket
  • Tailwind CSS

Outlook