Welcome to my personal developer portfolio, built with Next.js and Tailwind CSS. This site showcases my projects, skills, and experience as a frontend developer.
- Next.js – App Router, SEO optimization, performance-focused
- Tailwind CSS – Utility-first styling with custom themes
- TypeScript (optional) – For type safety and better DX
- Framer Motion – Smooth animations and transitions
- Vercel – Hosting and CI/CD
/app # Pages and routes (App Router)
/components # Reusable UI components
/public # Static assets
/styles # Global styles (if needed)
/utils # Utility functions and helpers
git clone https://github.com/mazinemad/portfolio.git
cd portfolionpm install
# or
yarnnpm run dev
# or
yarn devOpen http://localhost:3000 to view it in your browser.
- Responsive, mobile-friendly design
- Dark mode support
- SEO and metadata configured
- Animated transitions
- Dynamic project and skills section
You can customize the content in:
/dataor/content(if you use JSON/MDX)/componentsfor UI changes/app/page.tsxfor the homepage content
Deployed on Vercel. To deploy your own:
npx vercelI’m Mazin Emad, a frontend developer passionate about building clean, performant interfaces using React, Firebase, and modern web tools.
This project is open source and available under the MIT License.