This is an updated todo list made with react, tailwind, flowbite (for frontend), and express (for backend)
Todo web application allows you to add a note with title, label, data, content, priority level. Once added, you can view it in four different modes, "at a glance", calendar view, by label, and as metadata. You can retrospectively edit each entry in any view mode (except metadata). Any changes made to the note will be dynamically saved to the backend and reflected in all other views. Allows for multi-user collaboration because the data is stored in the backend and not locally. This todo web application explicitly does not require any authentication because it is just meant for use among friends to collaborate. To take a look at and play around with the tool, go to https://todoupdated.onrender.com/. It might take a while to load because it's being hosted on a free instance of Render.

