Setting Up the Construct 3 Project
Since we're using Construct 3, our application will run in a browser, so the natural choice of language is JavaScript and TypeScript.
Now, let's build the basic interface in Construct 3. We'll keep it simple for this example. On your main layout, you will need to add two objects:
- A Text Input object where the user can type their question (the "prompt").
- A Text object to display Gemini's response.