Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Double tap/click on logo for Cool Dark theme | FeedBacks Appreciated !

Anurag Singhβ€’ 1,265

@exist08

Desktop design screenshot for the Project tracking intro component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Added dark theme(was not in the challenge). First time used some filter properties. Any Feedbacks or tips for me.

Community feedback

Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

I saw the code now....

You should use semantic HTML5 tags and not just divs

Always avoid using var and start using let or const

Reasons to not use var...

  • it is hoisted, mean you can use it before it's declaration
  • create property on window object
  • It is function scope and not block scope, mean you can manipulate the variable inside of a for-loop or if-else block from outside

Marked as helpful

0

Hamza-Noahβ€’ 280

@Hamza-Noah

Posted

@RocTanweer Thanks for your valuable information

0
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

Hello πŸ‘‹ bhai Have a heart for the dark theme 🀣

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord