A modern, Notion-inspired portfolio website built with React, Vite, and Tailwind CSS.
https://portfolio-verel.web.app/
- Notion-inspired Design - Clean, minimalist UI with document-like aesthetics
- Fully Responsive - Optimized for mobile, tablet, and desktop
- SEO Optimized - Meta tags, Open Graph, Twitter Cards, and JSON-LD structured data
- Fast Performance - Built with Vite for blazing-fast development and production builds
- PWA Ready - Web app manifest for installable experience
- React 19 - UI library
- Vite 7 - Build tool & dev server
- Tailwind CSS 4 - Utility-first CSS framework
- ESLint - Code linting
portfolio-verel/
├── public/
│ ├── profile.png
│ ├── og-image.png
│ ├── resume.pdf
│ ├── site.webmanifest
│ └── projects/
├── src/
│ ├── components/
│ │ ├── Navbar.jsx
│ │ ├── HeroSection.jsx
│ │ ├── AboutMe.jsx
│ │ ├── TechStack.jsx
│ │ ├── Projects.jsx
│ │ ├── WorkExperience.jsx
│ │ ├── Education.jsx
│ │ ├── Certification.jsx
│ │ ├── Testimonial.jsx
│ │ └── CTAHireMe.jsx
│ ├── App.jsx
│ ├── App.css
│ └── main.jsx
├── index.html
└── package.json
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/mhdverel/portfolio-verel.git
# Navigate to project directory
cd portfolio-verel
# Install dependencies
npm install
# Start development server
npm run devnpm run build- Hero - Profile photo, name, title, and social links
- About Me - Personal introduction
- Tech Stack - Technologies and tools
- Projects - Featured projects (DIGIMURA, DOGTOWNLADS)
- Work Experience - Professional experience
- Education - Academic background
- Certification - Professional certifications
- Testimonial - Client feedback
- Contact - CTA with email and LinkedIn
This project is open source and available under the MIT License.
Muhammad Verel
- GitHub: @mhdverel
- LinkedIn: muhammad-verel
- Email: [email protected]
Built with Vibe Code inspired by Notion ✨
