CakeBake is a GUI application that let's you generate Cake orders using a friendly user interface.
Wanted to explore JavaFx a bit more, thought of this.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
java
,javafx
To get cakebake, follow these steps:
git clone https://github.com/2kabhishek/cakebake
cd cakebake
code . # With Java extensions installed
# Run CakeBake.java
Once the app is running, you can select various options from the UI and clicking on Place Order
will save the order to orders.txt
file.
cakebake was built using javafx
Building the UI exactly as I wanted with FXML was somewhat challenging.
- Got to learn more about JavaFX and how powerful it is.
- Discovered various new components in FXML and how to use them.
Hit the β button if you found this useful.