KoreanGuideBD is a modern guide platform that helps students, professionals, and travelers plan study, work, and short-term stays in South Korea. It centralizes visa guidance, document checklists, curated guides, and live updates into a clean, mobile-first UI.
- Visa planner with categorized visa types and comparisons
- Verified document checklists with priority sorting and progress tracking
- Curated guides (study, work, travel) with featured content and categories
- Live updates, announcements, and FAQ sections
- Responsive, accessible UI with smooth animations and synchronized stat counters
- Simple snapshot panels and search-friendly guide previews
- Next.js (App Router)
- React
- Tailwind CSS (+ daisyUI)
- framer-motion (animations)
- react-countup (animated counters)
- react-fast-marquee, react-icons
- Node.js backend (API served via
NEXT_PUBLIC_API_BASE)
- Copy environment variables and point your API: set
NEXT_PUBLIC_API_BASEto your API base URL. - Install and run:
npm install
npm run devOpen the site at the URL shown in the terminal.