JorgeLuizB / ChallengeDecodificador

Encrypt/Decrypt Challenge - Oracle ONE - Alura Latam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Challenge Decoder - Oracle ONE - ALURA LATAM

This is our first challenge in this course. #challengeonedecodificador4

Screenshot

Note

Our goal is to make a website that encrypt/decrypt a message using the keys:

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

Requirements:

  • It should only work with lowercase letters (I've changed to convert to lowercase)
  • Letters with accents or special characters must not be used (I've changed to remove special accents)
  • It must be possible to convert a word to the encrypted version and also return an encrypted word to the original version.

Installing

  • Feel free to save the folder in any directory you want.
  • Extract the folder and put the files in one place.
  • Open the index.html

Available on Github Page

See on Github Page Challenge Decodificador

Authors

Jorge Luiz Barbosa
My LinkedIn

License

There is no license. feel free to copy and paste as you like.

Inspiration

This is a challenge made by Alura and Oracle ONE.

Alura | Cursos online de tecnologia

Oracle | Oracle Next Education

About

Encrypt/Decrypt Challenge - Oracle ONE - Alura Latam


Languages

Language:CSS 61.4%Language:JavaScript 21.2%Language:HTML 17.4%