ALURA - PROGRAMA DE FORMAÇÃO ONE BR - TURMA 2
PRIMEIRO DESAFIO
Construir um app que criptografa textos com as seguintes chaves
x--------------------------------------------x
| A letra "a" é convertida para "ai" |
| A letra "e" é convertida para "enter" |
| A letra "i" é convertida para "imes" |
| A letra "o" é convertida para "ober" |
| A letra "u" é convertida para "ufat" |
x--------------------------------------------x
- Deve funcionar apenas com letras minúsculas.
- Não devem ser utilizados letras com acentos nem caracteres especiais.
- Deve ser possível converter uma palavra para a versão criptografada e também retornar uma palavra criptografada para a versão original.
- Um botão que copie o texto criptografado para a área de transferência.
x------------------------------------------------------x
| Desenvolvido por Felipe F. |
| LinkedIn - https://www.linkedin.com/in/felipefsf |
| Github - https://github.com/felpfsf |
| Codepen - https://codepen.io/felpfsf |
x------------------------------------------------------x
https://challenge-logica-alura-felpfsf.vercel.app/
Alterar o alert no jsTestar uma nova paleta de cor
Grande update, interface totalmente repaginada, padrão de cores pode ser fácilmente alterado no código e responsividade otimizada.
EN
ALURA - ONE BR EDUCATION PROGRAM - CLASS 2
FIRST CHALLENGE
Develop an app that only accept small case letters with no special characters to encrypt or decrypt a message. The app will exchange the vogals 'a', 'e', 'o', 'u' for 'ai', 'enter', 'imes', 'ober', 'ufat' and the reverse will happen in case the user want to decrypt the message.
https://challenge-logica-alura-felpfsf.vercel.app/
Find another way to alert user in JSTesting a new color pallet
New UI, the color pattern can be easily changed inside the CSS code by just altering the --hue variable, responsiveness optimized.
x------------------------------------------------------x
| Developed by Felipe F. |
| LinkedIn - https://www.linkedin.com/in/felipefsf |
| Github - https://github.com/felpfsf |
| Codepen - https://codepen.io/felpfsf |
x------------------------------------------------------x