Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.02 KB

Next UK Bank Holiday

Netlify Status

Just a simple React app that tells you when the next bank holiday is in the England and Wales, Scotland or Northern Ireland. I partly recreated the actual Bank Holidays page on the government website. The data comes from the GOV API.

Tools Used

Lighthouse Report

Initial results

  • Performance (95)
  • Accessibility (90)
    • Active tab button - [aria-*] attributes do not have valid values
    • Attribution link in footer - Links rely on color to be distinguishable.
  • Best Practices (100)

Final results

  • Performance (98)
  • Accessibility (100)
  • Best Practices (100)