Key Features
Task Management :
Users can add tasks dynamically via a web form or API.
Tasks are displayed in queues: "To Do," "In Progress," and "Completed."
Users can move tasks between queues by updating their status.
Assign Tasks :
Each task can be assigned to a specific individual (e.g., team member).
The assignee's name is displayed alongside the task in the dashboard.
Set Reminders :
Users can set reminders for tasks to track progress manually.
A cron job checks for upcoming reminders and logs notifications (optional: integrate email alerts).
Real-Time Date and Time Display :
The footer displays:
Current local date and time.
Current time in Singapore (Asia/Singapore).
Current time in Zurich (Europe/Zurich).
Times update dynamically every second using JavaScript.
Editable Tasks :
Users can edit existing tasks to update their assignee or reminder.
Install Instructions: Prerequisites: Node & Mongo DB