Skip to content

Overview and comparison of different mate-softdrinks

Notifications You must be signed in to change notification settings

T0biWan/matenbank

Repository files navigation

Mate my day

An overview and comparison of different mate-softdrinks.

Getting started

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Configuration

Add a softdrink

To add a softdrink go to src\data\mate.json and add a object to the array.

[
  {
    "name": "Club Mate Granat",
    "producer": "Loscher",
    "liter": 0.5,
    "price": 1.2,
    "caffeine": 0.2
  }
]

Built With

  • Vue.js - The web framework used
  • Bulma - The css framework used
  • Chart.js - JavaScript for different charts

Licensing

The code in this project is licensed under MIT license.

About

Overview and comparison of different mate-softdrinks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published