Skip to content

Pratikkadam254/Dyota

Repository files navigation

DYOTA - MVP Development Service

A modern landing page for DYOTA's MVP development service built with Next.js 14, React 18, TypeScript, and Tailwind CSS.

Features

  • Modern, responsive design
  • Server-side rendering with Next.js
  • Type-safe development with TypeScript
  • Styling with Tailwind CSS
  • Interactive components with React
  • Icon system using Lucide React

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Project Structure

  • /src/app/* - Next.js 14 app router pages
  • /src/components/* - Reusable React components
  • /public/* - Static assets like images

Available Scripts

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

Tech Stack

  • Next.js 14
  • React 18
  • TypeScript
  • Tailwind CSS
  • Lucide React Icons