### Description Implement a task manager UI that: - Displays a scrollable list of tasks. - Allows adding issues with a title and description. - Stores all tasks in a MongoDB database. ### Tasks - [ ] Create MongoDB schema for tasks - [ ] Add API routes to get and post tasks - [ ] Build frontend to show scrollable list - [ ] Implement form to add new issue with title and description
Description
Implement a task manager UI that:
Tasks