Coder Social home page Coder Social logo

vending-machine's People

Contributors

kohver avatar

Watchers

 avatar

vending-machine's Issues

Thoughts

What is vending machine?

Obviously, the assignment is to make an analogy from the real world. Although optimized online version of the vending machine would be easier to use. Since in the real world the money insterted by parts:

  1. We need to keep the amount of inserted money;
  2. We need to give change.

The strangeness of the task

Represent a basic data model that underlays the functionality
Prototype (quickly) a simple UI that allows the user to interact with the machine

i.e. I have to make a class that is not related to UI. It's weird, because in my opinion it should deal with the backend, but it is not required. What's the point in client code if its functionality can not be applied?

What libraries to use?

Nothing. Why:

  1. React has a built-in mechanism to work with state.
  2. We don't have much related data (components).
  3. Solution should be as simple as possible. The easier it is to read the code โ€“ the better.
  4. We don't need a backend.

Ok, I'm gonna to create first version.

UPD:

I think I've understood. You need to imagine that we are not writing a web page, but a code that will be executed directly on the vending machine. Let's try.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.