Skip to content

felpfsf/challenge-logica-alura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

challenge-lógica-alura

       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

REQUISITOS:

  • 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.

EXTRAS:

  • 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

TESTE ELE AQUI

https://challenge-logica-alura-felpfsf.vercel.app/

TO DO LIST (30/04/2022)

  • Alterar o alert no js
  • Testar uma nova paleta de cor

UPDATE (10/05/2022)

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.

TEST HERE

https://challenge-logica-alura-felpfsf.vercel.app/

TO DO LIST (29/04/2022)

  • Find another way to alert user in JS
  • Testing a new color pallet

UPDATE (10/05/2022)

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