Files
moybeach-main/README.md
T
2026-06-03 17:29:21 +03:00

36 lines
1.1 KiB
Markdown

# 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:
```bash
npm install
```
Then, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Tech Stack
- [Next.js](https://nextjs.org/)
- [React 19](https://react.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Lucide React](https://lucide.dev/)