devAmaresh/SkinSenseAI

Light Mode Theme for Better UX

Open

#3 opened on Sep 6, 2025

View on GitHub
 (0 comments) (1 reaction) (2 assignees)JavaScript (1 fork)auto 404
good first issue

Repository metrics

Stars
 (51 stars)
PR merge metrics
 (PR metrics pending)

Description

Description: SkinSenseAI currently uses a fixed theme. Adding a system-based dark mode/light mode toggle would improve accessibility and usability, especially for users who prefer different visual modes.

Proposed Solution:

Implement theme context in React Native frontend.

Provide a toggle option in app settings.

Ensure consistent color palette mapping across screens (using NativeWind and theme tokens).

Contributor guide