Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.48 KB

File metadata and controls

30 lines (24 loc) · 1.48 KB

Weather-Calendar

JavaFX application for university that allows users to schedule meetings and check the weather forecast for the selected day.

Objectives

  • the ability to add a meeting on a specific day using a calendar mechanism,
  • displaying weather forecasts and meeting information upon clicking a specific day in the calendar,
  • automatic updates to the user interface when data changes.
  • informing the user about any errors or successes of performed operations, exception handling
  • the application should fetch the latest weather data from an external API,
  • the application should store meeting data in binary files, and in the future, also in JSON files,
  • separation of the user interface logic from the application logic,
  • develop of CSS styles to create a clear graphical user interface.

Technologies

Graphical User Interface

Window with callendar

Window with meeting and weather information

Authors