A small, fun challenge project where I explored how far I can push a “simple form” with motion, micro-interactions, and a playful UI feel, without turning it into a heavy app.
Live demo: https://animated-form-three.vercel.app/
- An experimental React UI focused on form experience + animation
- Built as a sandbox to try ideas fast, break things, and iterate
- More about interaction + polish than building a full product
- Smooth animated transitions between form states/steps
- UI details that make the form feel “alive” (hover, focus, feedback states)
- Clean, component-based structure (easy to extend)
- React + TypeScript
- Vite
- CSS (custom styling)
npm install
npm run dev