Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.14 KB

checklist.md

File metadata and controls

29 lines (24 loc) · 2.14 KB

Checklist for preparing a portfolio project

Tech review

  1. Add favicon
  2. Add a smooth scroll for the whole page (scroll-behavior: smooth;)
  3. Logos in header and footer should be links to home page
  4. Make sure when you click on logo there is no 404 error (Use href="#" in anchor tag)
  5. Pictures in the gallery and exhibitions sections should increase on hover
  6. All interactive elements(links, buttons, pictures, icons) should have a hover effect and cursor pointer. User must intuitively understand that he can interact with them
  7. When a user clicks on Address Google Maps is opened in a new tab (Use target="_blank")
  8. Make sure when you click on logo there is no 404 error (Use href="#" in anchor tag)
  9. When you try to send the form there is no 405 error and the form is automatically cleared after submit and is scrolled to the top of the page or the page is reloaded
  10. The form shouldn’t submit empty
  11. After autocomplete the form, change the default styles. Read more about changing autocomplete styles
  12. OPTIONAL: After everything is done, you can add a slider for viewing pictures in the gallery (for mobile version)

HR review

  1. To make it clear to the recruiter what exactly this landing page is, it is better to give the whole web page the title
  2. A landing page is implemented strictly according to the design in Figma
  3. Links in the header and footer menus should lead to the corresponding blocks of the landing page
  4. The speed of animations is the same throughout the landing page (for example, increasing when hovering or moving blocks when scrolling)
  5. Placeholders in the forms suggest what to enter, and if there is a validation of the form, then it is clear in what format to enter the phone number
  6. Make sure everything looks neat on mobile and without horizontal scrolling
  7. The button "tickets" should lead to the block with current events
  8. The button "about us" should lead to the email digest
  9. All the social icons in the footer should be clickable and open the social networks in a new tab