will1858 / MI-449-js-localstorage

0 stars 0 forks source link

Project Feedback #1

Open will1858 opened 5 years ago

will1858 commented 5 years ago

Build a website that allows the user to switch between day and night color themes and remembers their choice

@egillespie Can you take a look at this? It's hosted here and meets the following criteria:

egillespie commented 5 years ago

Hi @will1858, this project rocks! 🤘 Your code looks and works great.

I have one recommendation: would you mind replacing the last else if on lines 20 and 31 to an else? This will provide a general catch-all so that no matter what value is in localStorage, you will always show either a day or night mode.

Comment back after that change and I'll take a quick look! 👏

will1858 commented 5 years ago

done

egillespie commented 5 years ago

Awesome, all your bases are covered! The button works, and when I load the page it shows the last theme saved and the page count. Nice work here! 🎸 :shipit: