Project planning

IT project planing

collaboration type
group project
project type
Project planning
project year
2024

IT project planing

This project was part of the "Planning and Calculation" lecture, where we focused on project management for our Kotlin-based app, a restaurant menu app. The task included creating a product structure diagram, a product flow diagram, and a Gantt chart for planning and tracking the development process. Key activities were divided into sections such as project setup, UI design, back-end implementation (using Room Database), and final testing. The project management approach ensured a clear timeline, role distribution, and resource allocation, providing a structured and efficient workflow for delivering the app.

Other projects

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });