Develop your App
Initialise the SDK
// Used to configure the SDK with the project details
import { configure } from "@monterosa/sdk-core";
// Functions to interact with the project's data
import {
getProject,
getEvent,
getElements,
answer,
onElementUpdated,
onElementResults,
} from "@monterosa/sdk-interact-kit";// Used to configure the SDK with the project details
import { configure } from "@monterosa-sdk/core";
// Functions to interact with the project's data
import {
getProject,
getEvent,
getElements,
answer,
onElementUpdated,
onElementResults,
} from "@monterosa-sdk/interact-kit";
Submit User Answers

Display Poll Results

Handle real-time data updates
Last updated

