khushi2706 / Blog-App-using-MERN-stack

Blog App build with MERN stack
https://blog-app-using-mern-stack-beta.vercel.app
76 stars 107 forks source link

added a darkmode icon and setup a way to handle it using redux #17

Closed Isa1asN closed 8 months ago

Isa1asN commented 8 months ago

I have added a dark mode icon on the header component, so that when it is clicked we can change the mode from light to dark and vice versa. The theme styles to be used are defined in the file name theme.js so that it will be easy to change the styles whenever necessary. I hope this is an easy way of handling it, tho everyone can add features and codes of their own to sophisticate is more. Thanks!