This app incorporates two major features:
- The app enables one to toggle between light mode and dark mode.
- It also dynamically changes the app language according to the region selected.
From your command line, first clone Dark-mode App
# Clone the repository
$ git clone https://github.com/JohnMwendwa/Dark-mode
# Move into the repository
$ cd Dark-mode
# Remove the current origin repository
$ git remote remove origin
Then install dependencies:
$ npm install