Skip to content

Latest commit

Β 

History

History
73 lines (50 loc) Β· 2.11 KB

File metadata and controls

73 lines (50 loc) Β· 2.11 KB

🌐 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 β€” 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