Skip to content

Randemperson/ePortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred Tang – ePortfolio

Personal ePortfolio website built with React + Vite.

Getting Started

npm install
npm run dev

Open http://localhost:5173 in your browser.

Build for Production

npm run build
npm run preview

Adding Project Demos

To add an image or video demo to a project, edit src/data/portfolioData.js and set:

demoType: 'image',   // or 'video'
demoSrc: '/demos/my-project.png',  // path relative to /public

Place your demo files in the public/demos/ folder.

Structure

src/
├── components/
│   ├── Navbar.jsx
│   ├── Hero.jsx
│   ├── Education.jsx
│   ├── Projects.jsx       ← includes demo placeholder/media
│   ├── Experience.jsx
│   ├── Responsibilities.jsx
│   ├── Skills.jsx
│   └── Achievements.jsx
├── data/
│   └── portfolioData.js   ← all resume content lives here
├── App.jsx
├── App.css
└── index.css

About

website containing all my projects and purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors