Welcome to the Coffee Machine Simulator project! This program simulates a coffee machine that can brew three types of coffee: espresso, cappuccino, and latte. Users can interact with the machine by selecting their desired coffee, adding ingredients such as milk and sugar, and collecting their beverage.
- Brew three types of coffee: espresso, cappuccino, and latte.
- Add milk and sugar to customize your coffee.
- Collect payment for each coffee order.
- Receive notifications when ingredients are running low.
- Clone the repository to your local machine.
- Ensure you have Kotlin installed.
- Run the
CoffeeMachine.kt
file in your Kotlin environment.
Follow the on-screen prompts to interact with the coffee machine. Here's how it works:
- Select the type of coffee you want.
- Add milk and sugar if desired.
- Insert payment for your order.
- Enjoy your freshly brewed coffee!
- Kotlin Programming Language
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project is part of the JetBrains Academy Kotlin track.