Lets-code-with-us / scamwebsiteV1

Scam Alert is an open-source platform where users can share and alert others about new types of scams. The goal is to create a community-driven space to identify and report various scam attempts, helping to protect people from fraud.
https://scamwebsite-v1.vercel.app/
11 stars 45 forks source link

Dark Mode Integration for Website #42

Open ahmedrazabaloch opened 1 week ago

ahmedrazabaloch commented 1 week ago

ISSUE NAME

Improve UI Feature

ISSUE DESCRIPTION

he Dark Mode feature will be implemented to give users the ability to switch between light and dark themes on the website. This feature will enhance the overall user experience, particularly in low-light conditions, by providing a darker interface that reduces eye strain. Users can easily toggle between themes, with their choice being remembered for future visits.

Key Elements:

Theme Toggle: A simple toggle or button will allow users to switch between Dark Mode and Light Mode at any time. Dark Color Scheme: The Dark Mode will use a darker color scheme, including backgrounds, text, and UI elements, while maintaining readability and contrast. Persistent Preferences: The website will save the user’s theme preference locally (e.g., using localStorage), ensuring it is applied automatically on subsequent visits. Responsive Design: Both light and dark themes will be fully responsive, ensuring a seamless experience across all devices and screen sizes. Auto Mode (Optional): Optionally, the system can detect the user’s system preferences or time of day to automatically apply Dark Mode. Purpose: This feature aims to provide a more comfortable browsing experience for users who prefer or require a darker interface, promoting accessibility and personalization on the website.

avinash201199 commented 1 week ago

@ahmedrazabaloch assigned, please start working!