The global spread of COVID-19 has underscored the importance of understanding various types of viruses and their modes of transmission. This knowledge is fundamental in devising effective prevention strategies. Motivated by this need, our team has developed this Java project.
We would like to express our gratitude to the following contributors:
-
Project Advisor: Nguyen Thi Thu Trang
-
Team Members:
Team Members ID Package Virus Package GUI README Slide Report Diagram Chu Trung Anh (leader) 20225564 20% 40% 50% 20% 30% 30% Phan Tran Viet Bach 20225435 60% 20% 20% 30% 50% 40% Nguyen Huu Cong 20225476 20% 40% 30% 50% 20% 30%
For the demo video, visit this link
1. Clone the repository
git clone https://github.com/chutrunganh/OOP.20232.21.git
2. Install dependencies
Ensure that your system is equipped with the JDK of version 8.0 or above and corresponding JavaFX version. It is also crucial to add the VM option to your IDE to ensure proper functionality:
--module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml,javafx.media
Replace ${PATH_TO_FX} with the actual path to the lib
directory of JavaFX in your machine.
Upon successful completion of the above steps, you are prepared to commence exploration of the project.