A simple POS application for a coffee shop like Starbucks. There should be a page for the selection of base drinks and their associated modifiers. A page for the confirmation of purchase is also required showing the cost based on drink type and chosen modifiers.
Examples of base drinks can be drip coffee, lattes, smoothies, etc. Each type of base drink has the potential of being composed of several components. For example, drip coffee is only made of coffee, while lattes are composed of espresso and steamed milk. Each drink can have modifiers applied to them. For example, coffee can be modified by sugar or milk, while lattes can have chocolate syrup or whipped cream added.
Evaluation your JavaScript knowledge and design in a simple model–view–viewmodel (MVVM) framework that you have not previously used.
- HTML5, CSS, JS, Bootstrap: frone-end
- SASS: front-end
- Vuejs framework
- Nodejs: back-end
- Express: back-end
- Gruntjs: automation
- For development, go to
app
folder and- you need sass on your system checkout here.
npm install
will install all dependencies for the project.- Install grunt-cli globally by typing
npm install -g grunt-cli
. - run
grunt watch
for automation purposes.
- To run the distrubution version of the project
- type
node server.js
ornpm start
in terminal, and in the browser url, typehttp://localhost:3000/
- or double click on index file
- type
- For documentation
- Very simple documentation is provided using jsdoc in
out
folder
- Very simple documentation is provided using jsdoc in
The contents of this repository are covered under the MIT License.