An open API service indexing awesome lists of open source software.

https://github.com/2kabhishek/cakebake

Bake some Cakes 🎂👨🏼‍🍳
https://github.com/2kabhishek/cakebake

bakery cake food-orders fxml gui javafx order-taking

Last synced: about 1 month ago
JSON representation

Bake some Cakes 🎂👨🏼‍🍳

Awesome Lists containing this project

README

          

Cake Bake


License


People


Stars


Forks


Watches


Last Updated

Bake some cakes 🎂👨🏼‍🍳

cakebake Demo


cakebake screenshot

## What is this

CakeBake is a GUI application that let's you generate Cake orders using a friendly user interface.

## Inspiration

Wanted to explore JavaFx a bit more, thought of this.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed the latest version of `java`, `javafx`

## Getting cakebake

To get cakebake, follow these steps:

```bash
git clone https://github.com/2kabhishek/cakebake
cd cakebake
code . # With Java extensions installed
# Run CakeBake.java
```

## Using cakebake

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.

## How it was built

cakebake was built using `javafx`

## Challenges faced

Building the UI exactly as I wanted with FXML was somewhat challenging.

## What I learned

- 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.

## More Info

Source | Website