About | Screenshots | Features | Technologies | Requirements | Starting |
This application aims to change the application themes between dark and light themes according to whether the switcher is active or not. The information of the selected theme is stored in a variable named "key" in the browser's local storage, so the selected theme remains even after page updates.
- Change of predefined themes (dark and light).
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/trpiano/ThemeSwitcher
# Access
$ cd ThemeSwitcher
# Install dependencies
$ yarn
# Or
$ npm
# Run the project
$ yarn dev
# Or
$ npm start
# The server will initialize in the <http://localhost:3000>Made with 💜 by Timóteo Piano

