A modern, responsive personal portfolio website built with Next.js, showcasing my projects, skills, and professional experience.
- Modern Design: Clean and professional UI with smooth animations
- Responsive Layout: Optimized for all devices (desktop, tablet, mobile)
- Fast Performance: Built with Next.js for optimal loading speeds
- SEO Optimized: Meta tags and structured data for better search visibility
- Interactive Elements: Smooth scrolling and engaging user interactions
- Contact Form: Functional contact section for professional inquiries
- Project Showcase: Detailed project presentations with live demos and source code links
- Framework: Next.js 15 - React framework for production
- Language: TypeScript - Type-safe development
- Styling: Tailwind CSS - Utility-first CSS framework
- Font: Geist - Modern font family by Vercel
- Deployment: Vercel - Seamless deployment and hosting
Make sure you have Node.js (version 18 or higher) installed on your machine.
-
Clone the repository
git clone https://github.com/ismailassil/portfolio.git cd portfolio -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open your browser
Navigate to http://localhost:3000 to see the portfolio in action.