Git Product home page Git Product logo

pos's Introduction

POS (point-­of-­sale)

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.

Challenge

Evaluation your JavaScript knowledge and design in a simple model–view–viewmodel (MVVM) framework that you have not previously used.

Demo

large-view phone-view

APIs and technologies

How to make it work on your machine after cloning on your local

  • 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 or npm start in terminal, and in the browser url, type http://localhost:3000/
    • or double click on index file
  • For documentation
    • Very simple documentation is provided using jsdoc in out folder

License

The contents of this repository are covered under the MIT License.

pos's People

Contributors

alireza-saberi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pos's Issues

doc: using jsdoc document the codes

Expected behavior

Having documentation for js codes

Actual behavior

N/A

Steps to reproduce

N/A

Version of the project

0.1

Operating system

All

Hardware

All

feat: build the fundation of logic for the app

Expected behavior

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.

Actual behavior

N/A

Steps to reproduce

N/A

Version of the project

0.0

Operating system

All

Hardware

All

fix: some redundant files are seen in the repo

Expected behavior

.gitIgnore should be updated, some sass cash files are seen

Actual behavior

DS_store has problem in gitignore (OMG!),

Steps to reproduce

Check inside the git folders

Version of the project

0.0

Operating system

ALL

Hardware

ALL

feat: Automation

Expected behavior

Set up basics for automation

Actual behavior

Not automation to this point

Steps to reproduce

N/A

Version of the project

0.2

Operating system

All

Hardware

All

feat: style the menu page

Expected behavior

Proper style for menu page should be provided

Actual behavior

N/A

Steps to reproduce

N/A

Version of the project

0.0

Operating system

All

Hardware

All

docs: add demo

Expected behavior

Project should have a visual demo.

Actual behavior

This part is already empty

Steps to reproduce

check out README file

Version of the project

0.0

Operating system

All

Hardware

All

feat: fictitious server

Expected behavior

Ideally, there is a fictitious server that pass info to the front-end

Actual behavior

Right now, all of information are in the front by default

Steps to reproduce

N/A

Version of the project

0.1

Operating system

All

Hardware

All

fix: improve UI

Expected behavior

I found follwoing codepen preject, which is impressive. I like to have some of its style and features.
I like the follwoing

  • header font
  • background style
  • the cart on the top
    • checkout page
    • delete item

Actual behavior

N/A

Steps to reproduce

N/A

Version of the project

1.0

Operating system

All

Hardware

All

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.