This commit is contained in:
Şahan Hasret
2025-10-21 17:44:34 +03:00
parent b57606636b
commit fc5910f440
8 changed files with 650 additions and 94 deletions

14
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,14 @@
# Next.js Project Setup Instructions
## Project Information
- Project Type: Next.js Application
- Language: TypeScript
- Framework: Next.js with App Router
- Styling: Tailwind CSS
- Package Manager: npm
## Development Guidelines
- Use TypeScript for type safety
- Follow Next.js best practices
- Use App Router for routing
- Implement responsive design with Tailwind CSS