MDCIrony / Challenge-Oracle-ONE-encryptor

Solving Alura's first challenge - Oracle -> Text Encryptor

Home Page:https://mdcirony.github.io/Challenge-Oracle-ONE-encryptor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alura-OracleNEXT-First-Challenge-text-encryptor

Solving Alura's first challenge - Oracle -> Text Encryptor.

Requirements

[x] Use only HTML, CSS and JS [x] Apply your own CSS style or follow the reference [X] Input text field (encrypt or decrypt) [X] Encrypt and Decrypt buttons [X] Output text field (encrypt or decrypt) [] Responsive [] Setup encrypt js with encrypt rules [] Only low case [] Without any special caracter

Extra

[X] Button for copy output text [] Copy button functionality

Encrypt rules

We need to apply the next rules:

  1. La letra "e" es convertida para "enter"
  2. La letra "i" es convertida para "imes"
  3. La letra "a" es convertida para "ai"
  4. La letra "o" es convertida para "ober"
  5. La letra "u" es convertida para "ufat"

How to use

This is only a static html, js and css project. You only need to open index.html on browser. If you need to see the project on website, got to the Project Page

Credits

This project was made by Miguel Díaz Castillo. You can find more of my work and get in touch with me via My GitHub Profile or my Personal website. Special thanks to [name of person or organization] for [specific contribution or assistance].

About

Solving Alura's first challenge - Oracle -> Text Encryptor

https://mdcirony.github.io/Challenge-Oracle-ONE-encryptor/


Languages

Language:CSS 40.8%Language:JavaScript 35.4%Language:HTML 23.8%