Task Manager Simple and fast task manager web app built with React, Tailwind CSS, Express, and MongoDB. Setup Frontend cd task_manager npm install npm start Backend Make sure MongoDB is running at port 27017 cd task_manager_express npm install npm start