Open-Code-Crafters / FitFlex

FitFlex is a fitness and weight loss website offering daily, structured workout plans for a set period. Users can follow day-wise exercises tailored to their goals, whether for weight loss, muscle gain, or general fitness. With a simple, user-friendly interface, FitFlex helps track progress and stay consistent throughout their fitness journey.
https://befiteveryday.netlify.app
MIT License
30 stars 43 forks source link

Persisting Dark mode preference across visits #136

Open anuragbansall opened 6 hours ago

anuragbansall commented 6 hours ago

Hi @jeevan10017 ,

I noticed that when users reload the site, their last dark mode preference isn't saved, and the site defaults back to light mode. I'd like to fix this so that when users revisit the site, their last selected theme is saved and applied automatically, preventing the need to change it every time.

I plan to implement this using either localStorage or cookies. Kindly assign this issue to me.

Thanks!

jeevan10017 commented 5 hours ago

@anuragbansall, go ahead and make sure all pages work with this feature of dark and Light mode.