Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 454 Bytes

File metadata and controls

13 lines (11 loc) · 454 Bytes

Javascript-FlowchatMenu

Javascript project that loads and traverses though a JSON based menu This particular example is a flowchart for a Vetshop that determines a flea, tick and work solution based on a users specifications.

The user interface is generated from a JSON file containing

  • Index

  • Title

  • Description

  • Array of Buttons

    This array of buttons contains

    • a display image
    • a target (either another menu index or webpage URL)