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

https://github.com/janlucakingler/hyperskill-coffee-machine-javascript

Graduate Project on Hyperskill
https://github.com/janlucakingler/hyperskill-coffee-machine-javascript

coffee-machine hyperskill javascript

Last synced: 10 months ago
JSON representation

Graduate Project on Hyperskill

Awesome Lists containing this project

README

          

# Coffee Machine
Coffee Machine project from hyperskill.org for studying JavaScript

# Learning outcomes (JavaScript)
This project allows you to get a taste of JavaScript. Practice working with functions, challenge yourself with loops and conditions, and get more experience with JS.

Link:  Coffee Machine Project (JavaScript)

# About
What can be better than a cup of coffee during a break? A coffee that you don’t have to make yourself. It’s enough to press a couple of buttons on the machine and you get a cup of energy; but first, we should teach the machine how to do it. In this project, you will work on programming a coffee machine simulator. The machine works with typical products: coffee, milk, sugar, and plastic cups; if it runs out of something, it shows a notification. You can get three types of coffee: espresso, cappuccino, and latte. Since nothing’s for free, it also collects the money.