Shooting range -
JavaFX desktop application

The application allows you to manage the shooting range and make orders from client side. Application shows my knowledge of the Java-based JavaFX platform.

The main goal of project is show my experience with JavaFX. There is the window for administration and window for client using. Client can make an order only after registration with the administration. Administrator can register new clients, configure available ammunition, guns, manage an ammunition depot. Administrator can add only 4 types of ammunition. Increasing the number of types of ammunition requires changing the code. There is no database. The data is not saved. You can view my other projects with data saving.

Project from scratch. I didn't follow any tutorial to create this project. I used the knowledge I gained during my studies. You can download and see the code.