Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class to the main UI div tag to allow you to add styling for a new "dark" theme.
Bonus points - save the user's theme preference in localStorage and load it when the page loads.
Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class to the main UI div tag to allow you to add styling for a new "dark" theme.
Bonus points - save the user's theme preference in localStorage and load it when the page loads.