A full-stack cloud-powered task management web application designed to help teams organize projects, assign responsibilities, manage deadlines, and collaborate efficiently in one centralized platform.
This project demonstrates practical skills in backend development, cloud deployment, authentication systems, database integration, and modern web application architecture.
Managing tasks across teams can become inefficient when communication, file sharing, and progress tracking are scattered across multiple tools.
The Azure Cloud Based Task Manager solves this problem by providing a centralized workspace where users can:
- Create and manage tasks
- Assign responsibilities
- Set deadlines and priorities
- Upload and manage files
- Track progress in real time
- Collaborate within teams
- Access the system through the cloud
This project was built as a practical portfolio project to demonstrate real-world software development skills.
- Secure user registration
- Login/logout system
- Session management
- Protected routes
- Create new tasks
- Edit existing tasks
- Delete tasks
- Set task priority levels
- Assign deadlines
- Mark progress / status
- Shared workspace for multiple users
- Task visibility across teams
- Better accountability and coordination
- Upload project files
- Store files securely in the cloud
- Access resources from anywhere
- Organized task view
- Status monitoring
- Better workflow management
- Python
- Flask
- HTML5
- CSS3
- JavaScript
- Jinja2 Templates
- Cloud database integration
- File storage services
- Azure Cloud Services
- GitHub
Azure-Cloud-Based-Task-Manager/ │── app/ │── templates/ │── static/ │── routes.py │── config.py │── requirements.txt │── run.py │── README.md
- Users create an account or log in.
- After authentication, users access the dashboard.
- Tasks can be created with title, description, deadline, and priority.
- Files can be uploaded and attached to workflows.
- Team members monitor progress and update statuses.
- Data is stored securely through cloud services.
git clone https://github.com/rodapoyraz/Azure-Cloud-Based-Task-Manager.git
cd Azure-Cloud-Based-Task-Manager