A simple POS application for a coffee shop like Starbucks. There is a page for the selection of base drinks and their associated modifiers. A page for the confirmation of purchase is showing the cost based on drink type and chosen modifiers.
- HTML5, CSS, JS, JQuery, Bootstrap: frone-end
- VueJs framework
- Webpack : automation
Open bash or cmd and direct to CafeVue folder then
- install dependencies
npm install
- run json server
json-server .\json-server-api\db.json
- serve with hot reload at localhost:8080
npm run dev
[MIT License].