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
- 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
- β¨ 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
- β 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
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
# Clone the repository
git clone https://github.com/Malay146/portfolio.git
cd portfolio
# Install dependencies
npm install
# Run the development server
npm run dev