👉 Description of the Text Encryptor.
This project is a simple text encryptor that allows you to transform words or phrases using a specific pattern. You can encrypt and decrypt text easily.
👉The encryptor follows these substitution rules:
🔸“e” with “enter”.
🔸“i” with “imes”.
🔸“a” with “ai”.
🔸“o” with “ober”.
🔸“u” with “ufat”.
👉 Stack.
🔸JavaScript.
🔸HTML.
🔸CSS.
👉How it works.
🔸Clone this repo to your local machine.
🔸Open the index.html file in your web browser.
🔸Enter the text you want to encrypt or decrypt.
🔸Click on the corresponding buttons to perform the desired action.
🔸Result will be displayed on the output card.

