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.
A little interactive "will you?" page. The "No" button gets harder to click and the "Yes" button grows huge.
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:
| What | Variable |
|---|---|
| The big question at the top | QUESTION |
| Message after they click Yes | YES_MESSAGE |
| The "Yes" button label | YES_BUTTON |
| The first "No" button label | NO_BUTTON |
| The cycling "No" replies | NO_PHRASES (add/remove lines) |
| The two images/gifs | FIRST_IMG / SECOND_IMG |
Just change the text between the quotes, save, and reload the page. That's it!