modern-portfolio Tailwind Templates

Modern Portfolio

My personal portfolio website built with Next.js 14, Tailwind CSS, and deployed on Vercel

Modern Portfolio Website

A personal portfolio website built with modern web technologies.

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Styling: Tailwind CSS
  • Deployment: Vercel
  • Analytics: Vercel Analytics

Features

  • Responsive design
  • Dark/Light mode
  • Optimized for SEO
  • Fast page loads
  • Project showcase
  • Contact form

Getting Started

  1. Clone the repository:

    git clone https://github.com/kriegercisneros/modern-portfolio.git
    cd modern-portfolio
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Open http://localhost:3000 in your browser.

Project Structure

├── app/                  # Next.js app directory
│   ├── layout.tsx       # Root layout
│   ├── page.tsx         # Home page
│   └── globals.css      # Global styles
├── components/          # React components
├── public/             # Static assets
└── tailwind.config.js  # Tailwind configuration

License

MIT License - feel free to use this code for your own portfolio!

Top categories

Loading Svelte Themes