Add a dark mode toggle to the app:
- Add a sun/moon toggle button in the top-right corner of the page
- Use Tailwind's dark mode (class strategy) to switch between light and dark themes
- Persist the user's preference in localStorage
- Default to the system preference (prefers-color-scheme)
- Style the existing page content for both light and dark modes
Add a dark mode toggle to the app: