Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.14 KB

File metadata and controls

46 lines (31 loc) · 1.14 KB

Lemine Mbareck - Portfolio

Personal portfolio site for Lemine Mbareck, data engineer and people leader. The site covers my data engineering work (Snowflake, SQL, Python, Power BI, agentic AI), featured projects with live demos, work history, education, and certifications.

Live site: portfolio-drab-nine-66.vercel.app

Stack

  • Next.js 14 (App Router)
  • TypeScript
  • Tailwind CSS
  • No UI or animation libraries; typography does the work (Fraunces, IBM Plex Sans, IBM Plex Mono)

Structure

portfolio/
├── app/            Layout, page, global styles, favicon
├── components/     Section components (Hero, Skills, Projects, Experience, Contact, Navigation)
└── public/         Profile image and resume PDF

Local development

npm install
npm run dev

The site runs at http://localhost:3000.

Production build

npm run build
npm start

Deployment

Deployed on Vercel. Pushes to the main branch deploy automatically.

Contact