Haneul (Sky of Dreams) adalah mini project hero page dengan animasi text morphing + scramble effect menggunakan Vue 3 + GSAP.
Proyek ini masih dalam tahap pengembangan hehehe.
- Vue 3 (Composition API + Vite)
- GSAP (TextPlugin + timeline)
- TailwindCSS (utility-first styling)
# clone repo
git clone https://github.com/Elmosius/Haneul.git
cd Haneul
# install dependencies
npm install
# run development server
npm run dev
# build for production
npm run build