Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

πŸ’˜ My Valentine

A little interactive "will you?" page. The "No" button gets harder to click and the "Yes" button grows huge.

✏️ How to edit the questions and texts

Open main.tsx and look at the top of the file β€” there's a clearly marked block:

// ════════════════════════════════════════════════════════════
//  ✏️  EDIT YOUR TEXT HERE β€” change anything between the quotes
// ════════════════════════════════════════════════════════════

Everything you'd want to change lives there:

WhatVariable
The big question at the topQUESTION
Message after they click YesYES_MESSAGE
The "Yes" button labelYES_BUTTON
The first "No" button labelNO_BUTTON
The cycling "No" repliesNO_PHRASES (add/remove lines)
The two images/gifsFIRST_IMG / SECOND_IMG

Just change the text between the quotes, save, and reload the page. That's it!