Trying out three.js. That's it that's the entire repo ¯\(ツ)/¯
See it live here https://uyen18827.github.io/3js-test/
A floating and rotating cube. Interactable by mouse (right, left click & drag to change view, mouse wheel to zoom in/out).
Responsive-ish, would adapt to screen size.
UnifrakturMaguntia - Title
Roboto - All other text
Install dependencies
npm i
Start development server
npm run dev
Build
npm run build