Full-Stack Developer · UI/UX Designer · Creative Technologist
A production-ready, performant developer portfolio built with React 19, Vite 6, and Tailwind CSS v4. Features a curated showcase of 20+ full-stack projects, an interactive terminal bio widget, smooth scroll-triggered animations, and a responsive layout optimized for every device.
- Minimalist gray-based theme with accent interactions
- Custom mouse cursor follower with context-aware labels
- 3D tilt effects on project cards and gallery images
- Parallax scrolling, marquee tickers, and scroll-triggered animations (GSAP ScrollTrigger)
- Full-screen lightbox gallery on project detail pages
- Draggable skill cards with magnetic hover badges
- 20+ real-world projects across MERN Stack, Next.js, and React
- Filterable project grid with category tabs and localStorage persistence
- Detailed case-study pages for each project with tech architecture breakdowns
- Live demo and GitHub source links on every project
- Terminal Bio — an in-page bash-style terminal widget with commands (
whoami,skills,projects, etc.) - Glitch/decoder text reveal animations on project hero titles
- Rotating availability badge
- Infinite auto-scrolling service marquees
- Built on Vite 6 for instant HMR and optimized builds
- Tree-shakeable icons via React Icons
- Lazy-loaded routes (ready for code-splitting)
- ESLint configured with React Hooks and React Refresh rules
- SPA rewrites configured for Vercel deployment
| Category | Technology |
|---|---|
| Framework | React 19 |
| Build Tool | Vite 6 |
| Styling | Tailwind CSS v4 |
| Animation | Framer Motion 12, GSAP 3 |
| Routing | React Router DOM 7 |
| Icons | React Icons 5 |
| Linting | ESLint 9 (flat config) |
| Deployment | Vercel (SPA rewrites) |
src/
├── assests/
│ ├── Abdullah.jpg # Profile photo
│ ├── Abdullah_logo.png # Site logo
│ ├── pointerImage.jpg # Custom cursor asset
│ └── projects.json # 20+ project data (titles, tech, images, links)
├── components/
│ ├── AboutMe.jsx # Home / Hero page
│ ├── Contact.jsx # Contact form page
│ ├── Footer.jsx # Global footer (nav, socials, newsletter)
│ ├── Header.jsx # Global navigation bar
│ ├── Project.jsx # Individual project case study (926 lines)
│ ├── RecentWorks.jsx # Portfolio grid with filter
│ ├── Resume.jsx # Skills & education timeline
│ ├── Service.jsx # Skills with progress bars
│ ├── SocialMedia.jsx # Reusable social link component
│ └── TerminalBio.jsx # Interactive bash-terminal widget
├── App.jsx # Root component with routing
├── App.css # Component-level styles
├── index.css # Tailwind import + globals
└── main.jsx # Entry point (BrowserRouter)
| Path | Component | Description |
|---|---|---|
/ |
AboutMe |
Hero, bio, tech badges, CTA |
/services |
Service |
Skills with animated progress bars |
/recent-work |
RecentWorks |
Filterable project gallery |
/project/:id |
Project |
Full case study / detail view |
/resume |
Resume |
Skills breakdown & education timeline |
/contact |
Contact |
Contact form & info cards |
# Clone the repository
git clone https://github.com/mabdullah356/abdullah-portfolio-.git
cd abdullah-portfolio
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Lint the codebase
npm run lintThis project is pre-configured for Vercel (see vercel.json):
{
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}The SPA rewrite rule ensures React Router handles all routes correctly on Vercel. Deploy by connecting your GitHub repository to Vercel, or using the CLI:
npm i -g vercel
vercelThe same setup works on Netlify with a _redirects file: /* /index.html 200.
The portfolio includes 20+ projects ranging from food delivery and social media clones to SaaS platforms and developer tools. All project metadata lives in src/assests/projects.json — each entry includes:
- Title, category, type, and role
- Full tech stack (frontend / backend / services)
- UI/UX feature list
- Live demo and GitHub repository links
- Thumbnail and gallery images
Highlight projects:
- PakBites — Food ordering platform
- Scholarly — Learning management system
- Guardly — Password manager
- Aventine OS — macOS-style portfolio interface
- EChat — AI-powered chat application
- BookSphere — Book discovery & management
To make this portfolio your own:
- Personal info — Update name, bio, and contact details in
AboutMe.jsxandFooter.jsx - Projects — Edit or extend
src/assests/projects.jsonwith your own project data - Resume — Update skills, education, and replace
public/CV.docx - Theme — Modify colors, fonts, and spacing in
index.css(Tailwind v4 CSS-first config) - Social links — Update URLs in
SocialMedia.jsx - Profile image — Replace
src/assests/Abdullah.jpg
Muhammad Abdullah (also known as Abdullah Khan)
- Portfolio: abdullah-portfolio-five.vercel.app
- GitHub: @mabdullah356
- Email: abdullahworld111@gmail.com
- LinkedIn: Muhammad Abdullah
- Twitter/X: @Btw_abdullahy
- Instagram: @00_abdullah_here
- Location: Faisalabad, Pakistan
This project is open source and available under the MIT License.
Built with React 19 · Vite 6 · Tailwind CSS v4 · Framer Motion 12 · GSAP 3
© 2025 Muhammad Abdullah. All rights reserved.