Playground for Frontend Mentor challenges.
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.
- 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.