Task Manager App:
- Create Task - Title, Description, Date/Time
- Task Lists - New Task, Inprogress Task, Completed, Archive Task
- In New Task list user can add subtasks as checklist. Once checklist/subtasks added task should automatically move to Inprogress Task list
- On completed all checklist/subtask from Inprogress Task list, task should automatically move to next Completed Task list.
- Completed Task list should display only latest 10 tasks. Old tasks should move to Archive Task List automatically.
- All task data should be stored in MongoDB
- Use bootstrap 5 for look and feel (optional)
- Develop api in ExpressJS and NodeJS
- Integrate backend api in angular application
- Integrate backend with MongoDB database