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 (optional if used) — 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