Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Latest commit

 

History

History
85 lines (55 loc) · 2.61 KB

README.md

File metadata and controls

85 lines (55 loc) · 2.61 KB

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!