1.1 KiB
1.1 KiB
Moy Beach
Moy Beach is a modern, interactive web application built with Next.js. It features a beautiful user interface with Tailwind CSS and Framer Motion animations, along with multi-language support (i18n).
Features
- Next.js 16: Utilizing the App Router for fast and efficient server-side rendering and routing.
- Internationalization (i18n): Seamless multi-language support (including English and Turkish).
- Styling: Tailwind CSS v4 for utility-first styling and a modern design system.
- Animations: Framer Motion for smooth UI transitions and engaging user interactions.
- Icons: Lucide React for consistent and crisp iconography.
Getting Started
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.