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
- Host: GitHub
- URL: https://github.com/janlucakingler/hyperskill-coffee-machine-javascript
- Owner: JanLucaKingler
- Created: 2025-08-18T22:16:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T22:35:07.000Z (10 months ago)
- Last Synced: 2025-08-19T00:26:07.584Z (10 months ago)
- Topics: coffee-machine, hyperskill, javascript
- Language: JavaScript
- Homepage: https://hyperskill.org/projects/220?track=32
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.