Domenic-MZS / oracle-cipher

Oracle encoder/decoder challenge implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to cipher 👋

Prerequisite Prerequisite Documentation Maintenance

Description

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

Vowels Map

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

Prerequisites

  • npm >= 8.14.x
  • node >= 18.6.0

Install

yarn install

or

npm install

Development Server

yarn run dev

or

npm run dev

Build

yarn run build

or

npm run build

Author

👤 Domenic-MZS domenicoenriquemeza20014@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!


About

Oracle encoder/decoder challenge implementation


Languages

Language:SCSS 46.7%Language:HTML 27.5%Language:JavaScript 25.8%