Currently, this project is only for displaying projects and tasks based on the stored data. Users still cannot create, update, or delete tasks.
All data used by the app is managed through the AppData class. This includes a Map<String, Project> projectsData = new HashMap<>();
attribute, where all project data is stored.Any changes made in AppData
will automatically and dynamically update the view.