This is a task management project inspired by Trello, developed with the Django framework and Python. The system provides a collaborative platform to organize and track task progress across various projects.
- Board Creation: Allows users to create boards to organize their tasks in different projects.
- Task Lists: Within each board, users can create lists to categorize tasks, such as "To Do," "In Progress," and "Completed."
- Task Cards: Tasks are represented by cards that can be moved between lists. Each card can include descriptions, deadlines, attachments, and assigned team members.
- Team Collaboration: Multiple users can collaborate on a board, with features to assign tasks, comment, and track progress.
- Notifications: The system will notify users about deadlines and task updates.
- Django: Python web framework for managing the backend, including user authentication, permissions, and data management.
- Python: Main programming language, providing flexibility and scalability.
- HTML/CSS/JavaScript: To build a responsive and intuitive user interface (frontend).
- Clone this repository:
git clone https://github.com/duducamargo/task-management-system-web.git