frontend-playground

Frontend Playground — Small UI Demos

Tiny, focused UI demos to practice fundamentals:

Goal: show clean, vanilla HTML/CSS/JS with good UX and accessibility.


Live


Tech & approach


Structure (planned)

Naming convention


Run locally

Any static server is fine:

# Python
python -m http.server 8000

# or Node
npx serve .

Then open http://localhost:8000/demos/01-forms-validation/.