To-Do App (MERN Stack) Features User Authentication (JWT) Add / Delete Tasks Image Upload Protected Routes Tech Stack Frontend: React Backend: Node.js, Express Database: MongoDB How to Run Backend cd backend npm install npm run dev Frontend cd frontend npm install npm start