Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitorserrano/theme-switcher
⚪ ⚫ Switch para alteração de temas
https://github.com/vitorserrano/theme-switcher
polished reactjs styled-components typescript
Last synced: about 5 hours ago
JSON representation
⚪ ⚫ Switch para alteração de temas
- Host: GitHub
- URL: https://github.com/vitorserrano/theme-switcher
- Owner: vitorserrano
- License: mit
- Created: 2020-03-18T01:56:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:20:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:07:17.816Z (over 1 year ago)
- Topics: polished, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 7.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### :computer: Projeto
- Feito a partir de uma [videoaula](https://www.youtube.com/watch?v=ngVU74daJ8Y) no [canal da Rocketseat no youtube](https://www.youtube.com/channel/UCSfwM5u0Kce6Cce8_S72olg/featured).
- Este repositório é um Switch para alteração de temas de uma aplicação desenvolvido em React com o template de typescript.### :page_facing_up: Como começar
1. Criar projeto: `yarn create react-app theme-switcher --template typescript`
2. `cd theme-switcher/`
3. Start o projeto `yarn start`### :rocket: Components
- **@types/styled-components** - `yarn add @types/styled-components -D` - para typescript.
- **polished** - `yarn add polished`
- **react-switch** - `yarn add react-switch`### :mortar_board: Quem ministrou?
- As aulas foram ministradas pelo mestre [Diego Fernandes](https://github.com/diego3g).
### :memo: License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.