└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Web-Based-Task-Manager 2 | 3 | 📌 Description: 4 | 5 | A simple web app for managing daily tasks and projects. 6 | 7 | 📜 Features: 8 | 9 | • To-do lists with due dates 10 | • Kanban board 11 | • Task prioritization 12 | 13 | 📂 File Structure: 14 | 15 | /task-manager 16 | ├── backend/ # API and database 17 | ├── frontend/ # UI in React 18 | ├── README.md # Documentation 19 | ├── config.json # User settings 20 | 21 | 🚀 How to Run: 22 | 23 | cd backend && python server.py 24 | cd frontend && npm install && npm start 25 | 26 | --------------------------------------------------------------------------------