Task Management app created using MERN stack Application Demo Features In-built categories One click Filter tasks Speak out loud feature Add reminders directly to your google calender! Access History, Attach files! Responsive Design. Sign in once, use on any device Search tasks by date, category, status, importance 8.Login/Register feature, so you can access your tasks anytime, anywhere! How to run clone this repo cd todo-app-mern open terminal in this directory, then run "npm install" to install backend dependencies cd client, then run "npm install" to install client dependencies Make sure you create .env file and put your own ATLAS_URI and JWT_SECRET in it cd into root directory, ie. todo-app-mern open terminal, then run "npm run dev" to start the server and react app concurrently