A modern web application built with Next.js, TailwindCSS, and TypeScript.
- Next.js 14 - React framework with App Router
- TypeScript - Type-safe JavaScript
- TailwindCSS - Utility-first CSS framework
- ESLint - Code linting
- Node.js 18+
- npm or yarn
- Clone the repository:
git clone <repository-url>
cd kod-coding- Install dependencies:
npm install
# or
yarn install- Run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 with your browser to see the result.
src/
├── app/ # App Router directory
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── components/ # Reusable components
│ └── Button.tsx # Example button component
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
- ⚡ Next.js 14 with App Router
- 🎨 TailwindCSS for styling
- 📝 TypeScript for type safety
- 🔍 ESLint for code quality
- 🌙 Dark mode support
- 📱 Responsive design