A Java-based university project simulating a simplified Car Insurance Company. This system manages insurance policies, customer data, and premium calculations as part of the weekly lab assignments.
Each week's lab is developed in a separate branch to maintain isolated versions of the code:
week-01: Lab 1 implementationweek-02: Lab 2 implementationweek-XX: Subsequent weekly labs
Switch branches to view or run specific weekly versions:
git checkout week-01 - Create and manage car insurance policies
- Calculate premiums based on risk factors
- Track policy versions and updates
- Object-oriented design following lecture concepts
- Java
- Git (Version Control)
- Clone the repository
- Open in your preferred Java IDE
- Navigate to
src/to view lab implementations
This project is developed incrementally across multiple lab sessions. Each commit/tag corresponds to a specific week's assignment.