``` **File structure:** ``` your-project/ ├── index.html ├── style.css (the CSS I gave you) ├── src/ │ └── main.ts (the TypeScript I gave you) ├── package.json ├── tsconfig.json └── vite.config.ts (optional)