Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 967 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 967 Bytes

Din Ho Photography

A modern semantic multi-page photographer portfolio website. Browse and view collections of photographs captured by this photographer through a pop-up image slide carousel. The website is responsive and accessible on tablet and mobile devices.

Link to website: https://dinvhophotography.netlify.app/home

Screenshot 2023-02-27 at 6 14 54 PM

Tech used:

HTML 5 CSS 3 JavaScript ES6 Vite React.js Sass

Install all dependencies to use this website as a template:

npm install

Afterward:

npm start

Optimization:

  • Could possibly optimized pictures loading effect with npm react lazy loading package.
  • Could add slide animation motion to make a slide navigation menu on tablet and mobile viewport instead of pop-up menu.
  • Could possibly add a contact page in the future if needed.