This React application allows users to toggle between light mode and dark mode. The user's choice is saved in localStorage, ensuring that the preference persists even after refreshing the page.
1-Toggle between light and dark modes. 2-Save user preference in localStorage.
React CSS - SCSS
Clone the repository : git clone https://github.com/btissame-qorchi/dark-light-mode-react.git
Navigate to the project directory : cd app
Install the dependencies: npm install
Start the application: npm run dev