pfolio icon indicating copy to clipboard operation
pfolio copied to clipboard

A fully responsive personal portfolio website, Responsive for all devices, build using HTML, CSS, and JavaScript.

Results 1 pfolio issues
Sort by recently updated
recently updated
newest added

Improvements made: • Used modern ES6+ syntax (const, let, arrow functions, forEach). • Checked for null using optional chaining (?.) to avoid potential errors. • Structured the code into clearly...