I've already built out a to-do list that allows users to create and delete tasks. All the tasks are saved on MongoDB, and I also used EJS for the front end. How would you go about dynamically rendering a to-do list based on different categories?
For example, a user is able to create a task and make it go to their "work" list or whatever list they choose/create. The user is also able to create additional lists in a "my lists" section. So essentially, what I am asking is how would you go about creating a multi-list to-do list using the MERN stack and EJS?