buildHtml
baseUrl https://spell.scroll.pub
metaTags
editButton /edit.html
title Spell-It - Modern Speak & Spell
style.css
header
class retro-header
h1 Spell-It
p Master spelling one word at a time
main
section
class game-container
div
class display-screen
p
class word-display
Press PLAY to begin!
input
type text
id word-input
placeholder Type the word here...
aria-label Word input field
div
class control-panel
button
id play-btn
class retro-btn
Play Word
button
id enter-btn
class retro-btn
Enter
button
id hint-btn
class retro-btn
Hint
div
class stats-panel
div
class stat-item
span Correct:
span
id correct-count
0
div
class stat-item
span Total:
span
id total-count
0
div
class stat-item
span Success Rate:
span
id success-rate
0%
footer
p Made with dedication to learning
script.js