buildHtml
baseUrl https://spell.scroll.pub
metaTags
editButton /edit.html
title Spell-It | Interactive Spelling Practice
style.css
header
div
class container
h1 Spell-It
p Master spelling through interactive practice
main
div
class game-container
div
class stats-panel
p
span Correct:
span
id correct-count
0
p
span Attempted:
span
id attempt-count
0
p
span Success Rate:
span
id success-rate
0%
div
class display-panel
button
id play-btn
class primary-btn
Play Word
button
id hint-btn
class secondary-btn
Hint
div
class input-container
input
type text
id word-input
placeholder Type the word here...
autocomplete off
button
id enter-btn
class primary-btn
Enter
div
class keypad
div
class keypad-row
button Q
button W
button E
button R
button T
button Y
button U
button I
button O
button P
div
class keypad-row
button A
button S
button D
button F
button G
button H
button J
button K
button L
div
class keypad-row
button Z
button X
button C
button V
button B
button N
button M
footer
p Built with ❤️ for spelling enthusiasts
script.js