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

Oracle encoder/decoder challenge implementation

Notifications You must be signed in to change notification settings

Domenic-MZS/oracle-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published