Skip to content

kgsi/kod-coding

Repository files navigation

kod-coding

A modern web application built with Next.js, TailwindCSS, and TypeScript.

Tech Stack

  • Next.js 14 - React framework with App Router
  • TypeScript - Type-safe JavaScript
  • TailwindCSS - Utility-first CSS framework
  • ESLint - Code linting

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository:
git clone <repository-url>
cd kod-coding
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

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

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

Features

  • ⚡ Next.js 14 with App Router
  • 🎨 TailwindCSS for styling
  • 📝 TypeScript for type safety
  • 🔍 ESLint for code quality
  • 🌙 Dark mode support
  • 📱 Responsive design

Learn More

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •