Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Car Insurance Management System

Overview

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.

Branching Strategy

Each week's lab is developed in a separate branch to maintain isolated versions of the code:

  • week-01: Lab 1 implementation
  • week-02: Lab 2 implementation
  • week-XX: Subsequent weekly labs

Switch branches to view or run specific weekly versions:

git checkout week-01 

Features

  • Create and manage car insurance policies
  • Calculate premiums based on risk factors
  • Track policy versions and updates
  • Object-oriented design following lecture concepts

Tech Stack

  • Java
  • Git (Version Control)

Getting Started

  1. Clone the repository
  2. Open in your preferred Java IDE
  3. Navigate to src/ to view lab implementations

Note

This project is developed incrementally across multiple lab sessions. Each commit/tag corresponds to a specific week's assignment.

About

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.

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors