Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 983 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 983 Bytes

TextDecoder-OracleONE.Alura

Text Decoder

Access the app by clicking >> here!

Challenge ONE Sprint 01: Build a text decoder with Javascript

Application that encrypts texts, so you can exchange secret messages with other people who know the secret of the encryption used.

The encryption "keys" which are:

  • The letter "e" is converted to "enter"
  • The letter "i" is converted to "imes"
  • The letter "a" is converted to "ai"
  • The letter "o" is converted to "ober"
  • The letter "u" is converted to "ufat"

Requirements:

  • Should only work with lowercase letters
  • Letters with accents or special characters must not be used
  • It must be possible to convert a word to the encrypted version and also to return an encrypted word to the original version.

Desktop

Page desktop

Mobile

Page mobile