Lightweight Vite project that runs a playful four-step “are you really Ayesha?” flow. After finishing, it redirects to a standalone flip-book page with a gentle confetti greeting.
- Install deps:
npm install - Dev server:
npm run dev(open the URL Vite prints) - Production build:
npm run build
src/js/main.jsrenders the mock login steps and handles Yes/No branching. Final Yes shows a small book image then redirects topublic/book.html. Final No shows a small “no” image.src/styles/style.csscovers the glassmorphism card and step layout;public/styles/book.cssstyles the book page.public/book.htmlhosts the flip-book content and triggers a one-time, subtlecanvas-confettiburst on load.
- Response thumbnails:
public/assets/images/book.jpg,public/assets/images/no.jpg - Book cover:
public/images/ayesha.svg
- Confetti uses CDN
canvas-confettiand respects reduced motion. - No loops; animations are kept minimal to avoid blocking the book flip transitions.