Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moguelor/yt-react-dark-theme
Example of how to implement a dark theme with react and styled-components created for my channel on youtube mogueloDev.
https://github.com/moguelor/yt-react-dark-theme
moguelodev react react-hooks styled-components theming youtube
Last synced: 28 days ago
JSON representation
Example of how to implement a dark theme with react and styled-components created for my channel on youtube mogueloDev.
- Host: GitHub
- URL: https://github.com/moguelor/yt-react-dark-theme
- Owner: moguelor
- Created: 2020-07-16T03:21:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:32:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T05:07:37.763Z (about 1 month ago)
- Topics: moguelodev, react, react-hooks, styled-components, theming, youtube
- Language: JavaScript
- Homepage: https://moguelor.github.io/yt-react-dark-theme/
- Size: 1.78 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yt-react-dark-theme [LiveDemo](https://moguelor.github.io/yt-react-dark-theme/)
[YOUTUBE] Example of how to implement a dark theme using react and styled-components, created for my channel [mogueloDev](https://www.youtube.com/channel/UC7We0v9R6p88V7op23oCnWw) on youtube.
[Live Demo](https://moguelor.github.io/yt-react-dark-theme/)
If it's helpul for you, let me know giving me a little start.
You can help to this project, if you see something that can be improved
I invite to you to do some pull request for to do this helpful respository.# Start
1. Install dependencies with yarn or npm.
```
yarn install
```2. Run application.
```
yarn start
```# Video on youtube
[React - Tema obscuro con styled-components](https://youtu.be/nx79uo26RLw)
# Utils links
https://callstack.github.io/react-native-paper/theming.html
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
https://styled-components.com/docs/advanced#theming