vitorserrano / theme-switcher

⚪ ⚫ Switch para alteração de temas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 Projeto

  • Feito a partir de uma videoaula no canal da Rocketseat no youtube.
  • Este repositório é um Switch para alteração de temas de uma aplicação desenvolvido em React com o template de typescript.

📄 Como começar

  1. Criar projeto: yarn create react-app theme-switcher --template typescript
  2. cd theme-switcher/
  3. Start o projeto yarn start

🚀 Components

  • @types/styled-components - yarn add @types/styled-components -D - para typescript.
  • polished - yarn add polished
  • react-switch - yarn add react-switch

🎓 Quem ministrou?

📝 License

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.

About

⚪ ⚫ Switch para alteração de temas

License:MIT License


Languages

Language:TypeScript 64.1%Language:HTML 35.9%