Skip to content

Destop application for comparing cars specification

Notifications You must be signed in to change notification settings

tomekmadej/CarCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CarCompare

Destop application for comparing cars specification. Currently for local usage only. Designed with simple MVC pattern. You can add car characteristics (brands, models, engines etc.), edit it and compare chosen cars data in columns. Maximum size of compared caars is 4. In future project might be converted to web application.

 

Used technologies:

  • JavaFX
  • ORMLite
  • Java 8
  • Maven
  • SQlite/H2 - for local database

Previev:

1. Login window:

login

2. Main window of application:

You can open addind car window, or start the comparison.

mainwindow

3.Car adding/editing/deleting window:

Choose values from comboboxes or add your own in textfields to create new car in database. Comboboxes have sorting feature.

add

4. Car choosing to compare:

 Select a car from database to put it into main compare window.

choose

5. Main window with compared data:

Selected cars are shown in columns, which can be removed and replaced. 

comapre

Things to improve:

  • Finish login to application - for now you can only use "login anonymously";
  • Add pictures od cars to database;
  • Add CSS to layout;
  • Some small correction to handle with database (updating and deleting data);
  • Add english language;
  • In general this is my first larger application so it might be not "perfect clean".
  • Improve sorting in comboboxes.

About

Destop application for comparing cars specification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages