Skip to content

Malay146/Portfolio

Repository files navigation

🌐 Personal Portfolio Website

A modern, responsive, and minimal portfolio website built to showcase my work, skills, education, and personal journey as a developer.
Designed with clean UI, smooth user experience, and fast performance in mind.

🔗 Live Website: https://malaypatel.com

portfolionew

🚀 Tech Stack

  • Next.js — App Router, optimized routing, SEO-friendly
  • React.js — Component-driven UI
  • Tailwind CSS — Utility-first styling for a clean and responsive layout
  • TypeScript (optional if used) — Type safety and better DX

📌 Sections Included

  • ✨ Hero Section — Clean introduction with minimal styling
  • 👤 About Me — A short overview of who I am and what I do
  • 🛠 Skills — A structured list of technologies I work with
  • 📂 Projects — Highlighting selected projects with details
  • 🎓 Education — Academic background
  • 📞 Contact — Quick ways to reach out

⭐ Features

  • Fully responsive — Works on all screen sizes
  • Modern minimal UI — Clean, structured, and typography-focused
  • Fast performance — Built on Next.js, optimized for speed
  • SEO optimized — Proper meta tags, sitemap, and performance
  • Reusable components — Modular and easy to extend
  • Clean folder structure — Developer-friendly and scalable
  • Dynamic data mapping — Sections rendered from structured data

📁 Folder Structure

project-root/
│
├── app/               # Next.js App Router pages
├── components/        # Reusable UI components
├── public/            # Static assets (images, icons, fonts)
├── styles/            # Global or modular styles
├── package.json
└── README.md

🛠 Installation & Setup

# Clone the repository
git clone https://github.com/Malay146/portfolio.git
cd portfolio

# Install dependencies
npm install

# Run the development server
npm run dev

Contributors