RandomAPI / Randomuser.me-Node

Source code that powers randomuser.me
https://randomuser.me
MIT License
1.34k stars 268 forks source link

Feature: Introducing Dark Mode for Improved User Experience #221

Open ashan262 opened 9 months ago

ashan262 commented 9 months ago

Overview

This pull request implements a dark mode feature to enhance the user experience on our website. Users now have the option to toggle between light and dark modes based on their preferences and their preferences will store on their local storage of browser.

Changes Made