/portfolio-2024

Portfolio 2024 built with Next.js 14, Tailwind CSS, and Vercel.

Primary LanguageTypeScript

My portfolio 2024

This is my personal portfolio website built with Next.js 14, Tailwind CSS, next-mdx-remote, MDX Blog.

Built with

  • Next.js 14
  • Tailwind CSS
  • next-mdx-remote
  • MDX Blog

Features

  • Responsive Design (Mobile-first): Your portfolio adapts gracefully to any screen size, ensuring optimal viewing on all devices.
  • Dark Mode Support: Provide a visually comfortable experience with Tailwind CSS's built-in dark mode capabilities.
  • Blogging with MDX: Share your insights and projects in a compelling way using MDX's blend of Markdown and React components.
  • Fast, Server-side Rendering (Next.js 14): Benefit from Next.js 14's performance enhancements for both SEO and user experience.

Installation

  1. Clone the repository:
    git clone https://github.com/vadimghedreutan/portfolio-2023.git
  1. Install the dependencies:
    cd personal-portfolio
    pnpm install
  1. Start the development server:
pnpm dev
#or
npm run dev
# or
yarn dev

The site will be available at http://localhost:3000.

Deployment

The easiest way to deploy this project is to use Vercel and connect it to your GitHub repository. Alternatively, you can build the project with pnpm build and deploy the contents of the out directory to your desired hosting platform.