The challenge consists on building a website that can cipher and decipher a given input A.K.A. message, mapping each vowel into a new pattern of letters... The algorythm should only change ASCII letters.
✨ Demo
The cipher describes itself as:
Input (case insensitive) | Output (case insensitive) |
---|---|
a | enter |
e | imes |
i | ai |
o | abor |
u | ufat |
Anything else will be ignored
npm >= 8.14.x
node >= 18.6.0
yarn install
or
npm install
yarn run dev
or
npm run dev
yarn run build
or
npm run build
👤 Domenic-MZS domenicoenriquemeza20014@gmail.com
- Github: @Domenic-MZS
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!