This repo contains the portfolio site for Ala Arab. It is a Next.js site using the pages router and a content-first structure so projects and experience can be updated without reworking the layout.
Install dependencies and start the development server:
npm install
npm run devOpen http://localhost:3000.
src/pages/index.js: homepage layoutsrc/pages/resume.js: resume pagesrc/data/siteContent.js: content for hero text, project cards, experience, education, and contact linkssrc/styles/Portfolio.module.css: portfolio-specific stylingsrc/styles/globals.css: global theme variables and base styles
npm run lint
npm run buildTo start adding real projects, edit the projectCards array in src/data/siteContent.js. Replace the placeholder cards with real titles, summaries, stack details, and links.



