Prompt Details
Model
Chat - (gpt-4-turbo)
Token size
365 ($0.03650 / call)
Example input
[START_VALUE]: 0
[GOAL_VALUE]: 100
Example output
<div class="counter-widget">
<h2>Counter: <span id="count">[START_VALUE]</span></h2>
<input type="number" id="goalInput" placeholder="Set your goal (e.g. [GOAL_VALUE])" />
<div class="buttons">
<button onclick="decrement()">–</button>
<button onclick="increment()">+</button>
<button onclick="resetCounter()">Reset</button>
</div>
<audio id="goalSound" src="[SOUND_URL]"></audio>
</div>
By purchasing this prompt, you agree to our terms of service
GPT-4-TURBO
Generate a simple HTML + JavaScript counter widget with increment and decrement buttons. The widget displays the current count and updates it dynamically when buttons are clicked.
...more
Added over 1 month ago
