Skip to content

mubaraqwahab/frontendmentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.