Light and Dark Theme switcher
Technologies Used | Try it Out! | License
The main technologies used in this practice project are the following:
- JavaScript + HTML + CSS
- ScreenToGif, used to record demonstration GIFs.
To clone and run this application, you'll need Git and Node.js installed on your computer. Then, from your command line:
# clone and access this repository
$ git clone https://github.com/diego-aquino/dark-mode.git
$ cd dark-mode/
# install http-server package (in order to start a local server)
$ npm install --global http-server
# start a local server
$ http-server
Now you can visit https://localhost:8080
and switch themes!
This project if under MIT License. Check LICENSE for more information.
Especial thanks to @maykbrito and Rocketseat for the masterclass Dark Mode raiz com CSS e JavaScript. Your content is always outstanding!
Made by Diego Aquino 😎. Connect with me! 👋