Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.55 KB

README.md

File metadata and controls

70 lines (52 loc) · 1.55 KB

🚀 My Portfolio Test

Welcome to my personal portfolio! This project is built with Next.js and showcases my skills, projects, and experiences as a frontend developer.

🌟 Features

  • 🚀 Next.js + TypeScript – Optimized for performance and scalability
  • 🎨 Tailwind CSS – Custom styling for a modern UI
  • 📂 MDX Support – Easily write blog posts in Markdown with React components
  • ⚡ Static Generation (SSG) + Server-Side Rendering (SSR) – SEO optimized
  • 🌍 Multi-language Support – Internationalization (i18n)
  • 📧 Contact Form – Integrated with FormSubmit or Email API
  • 📸 Optimized Image Loading – Next.js image optimization

🛠️ Tech Stack


🚀 Getting Started

1️⃣ Clone the repository

git clone https://github.com/OHHANNN/portfolio.git
cd your-portfolio

2️⃣ Install dependencies

# using npm
$ npm install
# using yarn
$ yarn install
# using pnpm
$ pnpm install

3️⃣ Start the development server

# using npm
$ npm run dev
# using yarn
$ yarn dev
# using pnpm
$ pnpm dev