A simple HTML practice project built with HTML + Tailwind CSS + Alpine.js.
This demo provides static screens with layouts, styling, and interactivity of "Start a Practice" screens based on Brilliant app curated by Mobbin.
- Static HTML pages: Each screen is a separate
.htmlfile. - Tailwind CSS: Utility-first styling for rapid prototyping.
- Alpine.js: Lightweight interactivity without heavy frameworks.
- Just open any
index.html(or other.htmlfiles) in your browser.
- Install Live Server extension.
- Right-click on
index.html→ Open with Live Server. - Your demo will run at
http://localhost:5500(by default).
- HTML5
- Tailwind CSS
- Alpine.js