A modern, responsive portfolio website showcasing my work as a Software Developer specializing in Full-Stack Development, Mobile Development, and DevOps.
- Modern Dark Theme with smooth theme switching
- Fully Responsive Design optimized for all devices
- Smooth Animations powered by GSAP and Framer Motion
- Interactive Project Showcase with detailed case studies
- GitHub Contributions Visualization showing coding activity
- Hero Section - Professional introduction with availability status
- Featured Projects - Highlighted project showcase with visual gallery
- Work Experience - Professional journey and career milestones
- Tech Stack - Technologies and tools I work with
- Project Portfolio - Complete project gallery with MDX-powered case studies
- Contact Form - Integrated email functionality via Resend
- Server-Side Rendering (SSR) for optimal performance and SEO
- MDX Content for rich, interactive project documentation
- Type-Safe with full TypeScript coverage
- SEO Optimized with automatic sitemap generation
- Analytics Ready with Vercel Analytics integration
- Progressive Web App capabilities
- Next.js 16 - React framework with App Router
- React 19 - UI library
- TypeScript - Type-safe development
- Tailwind CSS 4 - Utility-first CSS framework
- Radix UI - Accessible component primitives
- Lucide React - Icon library
- Framer Motion - Animation library
- GSAP - Advanced animations
- MDX - Markdown with JSX support for project content
- next-mdx-remote - MDX rendering
- date-fns - Date formatting utilities
- Resend - Email delivery service
- React Email - Email template rendering
- Vercel Analytics - Web analytics
- ESLint - Code linting
- next-sitemap - Automatic sitemap generation
- next-themes - Theme management
portfoliov2/
├── app/ # Next.js App Router pages
│ ├── layout.tsx # Root layout with metadata
│ ├── page.tsx # Home page
│ ├── projects/ # Project pages
│ └── contact/ # Contact page
├── features/ # Feature-based organization
│ ├── home/ # Home page components
│ │ ├── components/
│ │ │ ├── hero/ # Hero section
│ │ │ ├── projects/ # Project showcase
│ │ │ ├── tech-stack/# Tech stack display
│ │ │ └── experience/# Work experience
│ │ └── page.tsx
│ ├── projects/ # Projects feature
│ │ ├── content/ # MDX project case studies
│ │ └── components/ # Project components
│ ├── contact/ # Contact form feature
│ └── shared/ # Shared components
│ ├── layout/ # Navbar, Footer
│ └── ui/ # Reusable UI components
├── lib/ # Utilities and data
├── public/ # Static assets
│ ├── work/ # Project screenshots
│ └── assets/ # General assets
└── components.json # shadcn/ui configuration
- Node.js 18+
- pnpm (recommended) or npm/yarn
-
Clone the repository
git clone https://github.com/ismailchabane/ismailchabane.com.git cd ismailchabane.com -
Install dependencies
pnpm install
-
Set up environment variables
cp env.example .env.local
Add your environment variables:
GITHUB_USERNAME- For GitHub contributionsRESEND_API_KEY- For contact form emailsEMAIL_FROM- Email sender addressEMAIL_TO- Email recipient address
-
Run the development server
pnpm dev
-
Open your browser Navigate to http://localhost:3000
| Script | Description |
|---|---|
pnpm dev |
Start development server on port 3000 |
pnpm build |
Build production-ready application |
pnpm start |
Start production server |
pnpm lint |
Run ESLint for code quality checks |
pnpm postbuild |
Generate sitemap after build |
Projects are documented using MDX files in features/projects/content/, allowing for rich content with embedded images, code blocks, and interactive components.
The homepage displays your GitHub contribution graph, fetched server-side for optimal performance.
Integrated with Resend for reliable email delivery, with server actions handling form submissions securely.
Built with next-themes for seamless dark/light mode switching with system preference detection.
This portfolio is deployed on Vercel for optimal Next.js performance and automatic deployments.
This project is private and proprietary. All rights reserved.
- Portfolio: ismailchabane.com
- Email: Available through contact form
- GitHub: @IsmailChabane
© 2024 Ismail Chabane. All rights reserved.