Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 604 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 604 Bytes

frontendmentor

Playground for Frontend Mentor challenges.

Live site

I'm using this to practice things frontend-related:

  • Semantic markup + accessibility.
  • Responsive, mobile-first design.
  • Cross-browser compatibility.
  • UI state management.
  • Web frameworks.
  • Build processes, etc.

Guidelines...

  • Whenever you need to use local storage in a challenge, prefix the storage key with the challenge name (e.g, "calculator-app-theme", not "theme") to avoid potential clashes with keys for other challenges.