Bu proje, Next.js 15 ve Tailwind CSS kullanılarak geliştirilmiş modern bir inşaat şirketi web sitesidir. Proje, hızlı ve ölçeklenebilir bir frontend mimarisi sunar.
This project is a modern construction company website built using Next.js 15 and Tailwind CSS. It provides a fast and scalable frontend architecture.
-
Next.js 15 - React tabanlı modern bir framework
-
Tailwind CSS - Hızlı ve özelleştirilebilir CSS framework'ü
-
Next.js 15 - A modern React-based framework
-
Tailwind CSS - A fast and customizable CSS framework
✅ Şık ve modern tasarım
✅ Mobil uyumlu ve duyarlı (responsive) arayüz
✅ SEO dostu yapı
✅ Hızlı sayfa yükleme süreleri
✅ Sleek and modern design
✅ Mobile-friendly and responsive interface
✅ SEO-friendly structure
✅ Fast page loading times
1️⃣ Depoyu klonlayın / Clone the repository
git clone <repo-link>
cd <project-directory>2️⃣ Bağımlılıkları yükleyin / Install dependencies
npm install
# veya / or
yarn install3️⃣ Geliştirme ortamında çalıştırın / Run in development mode
npm run dev
# veya / or
yarn dev4️⃣ Tarayıcıdan erişim / Access via browser
http://localhost:3000
Projeyi dağıtıma hazır hale getirmek için aşağıdaki komutu çalıştırabilirsiniz:
To prepare the project for deployment, run the following command:
npm run build
# veya / or
yarn buildBu proje MIT lisansı ile lisanslanmıştır. Daha fazla bilgi için LICENSE dosyasına göz atabilirsiniz.
This project is licensed under the MIT license. For more details, check the LICENSE file.
İyi kodlamalar! 🚀 / Happy coding! 🚀
