What is included:
- Next.js app with pages: Home, Projects, Contact
- TailwindCSS configured (postcss + tailwind config)
- Reusable components: Navbar, ProjectCard, Footer
- Projects added manually based on the CV you uploaded.
How to run:
- Install dependencies:
npm install - Run dev server:
npm run dev - Open
http://localhost:3000
Notes:
- Update links (GitHub/Kaggle/CV) in
/data/siteData.js - Replace placeholder images in
/publicas you like.