Component-structured React (Vite) project extracted from the provided single-file app.
- Install dependencies:
npm install
- Run dev server:
npm run dev
- Open the URL shown by Vite (usually http://localhost:5173)
This project uses Tailwind classes in the components. To enable Tailwind, initialize and configure Tailwind (tailwind.config.cjs & PostCSS) or remove Tailwind utility classes.