A modern, responsive personal portfolio built with React and Tailwind CSS, deployed on GitHub Pages.
This project is a personal portfolio website to showcase my projects, skills, and experience as a developer and designer. It features a clean UI, smooth animations, and is fully responsive across devices.
/src/assets/projectsPDF/git clone https://github.com/dev-duong/dev-duong.github.io.git
cd dev-duong.github.io
npm install
npm start
Open http://localhost:3000 to view in your browser.
To build and deploy the latest version to GitHub Pages:
npm run build
npm run deploy
Your site will be live at:
🔗 https://dev-duong.github.io
src/
├── assets/ # Images, PDFs, fonts, etc.
├── components/ # Reusable UI components
├── pages/ # Page-level components & data
├── App.js # Main app component
└── index.js # Entry point
This project is open source and available under the MIT License.