A personal portfolio site built with React and Vite. Single-page layout with smooth scroll, animations, and responsive design.
npm install
npm run devOpen http://localhost:5173.
- Content (bio, CV, research, projects): Edit
src/data.js. Paste your real CV highlights, research abstract from your paper, and project descriptions. UpdatefooterSocialswith your GitHub, LinkedIn, Instagram, and email URLs. - CV & research PDFs: Place
Deng_Chuol_CV.pdfand your capstone paper (e.g.Chuol's Capstone Research Paper.pdf) inpublic/. The CV and “Read full paper” links point to these files. - Photo: The landing page uses
public/photo.png; replace it with your own image. - Contact form: The form posts to Formspree; replace the form ID in
ContactForminsrc/App.jsxwith your Formspree form ID if you use a different account.
npm run buildOutput is in dist/. Deploy that folder to any static host (Vercel, Netlify, GitHub Pages, etc.).