Solving Alura's first challenge - Oracle -> Text Encryptor.
[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
[X] Button for copy output text [] Copy button functionality
We need to apply the next rules:
- La letra "e" es convertida para "enter"
- La letra "i" es convertida para "imes"
- La letra "a" es convertida para "ai"
- La letra "o" es convertida para "ober"
- La letra "u" es convertida para "ufat"
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
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].