This is a modern portfolio website built with Next.js 14, Tailwind CSS, and TypeScript. It is designed to showcase the work of a Senior Backend Engineer specializing in Laravel.
- Frontend: Next.js 14 (App Router), React, TypeScript
- Styling: Tailwind CSS, Lucide Icons
- Deployment: Vercel Ready
- Performance: 100/100 Lighthouse Score (Target)
Although this is a static frontend, it reflects the clean architecture principles valued in the Laravel community:
- Strict Typing: TypeScript for reliability.
- Component Driven: Reusable UI components.
- Clean Code: SOLID principles applied to frontend logic.
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
This project is optimized for Vercel.
- Push to GitHub.
- Import project in Vercel.
- Deploy.