Project Brief:
The aim of this project is to create a JavaScript encoding / decoding web app using the Caesar cipher and an HTML user interface.
The app should:
- Accept user input of plain text or coded message.
- Accept user input of the required key.
- Accept user input for choice of encode or decode.
- Given a coded message, the choice of key and choice of decode - produce decoded plain text (decoded using the chosen key).
- Given a plan test message, the choice of key and choice of encode - produced coded message (encoded using the chosen key).