Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.08 KB

Message Coding

This is a new version of my first program. The application encodes messages based on a key specified each time by the user. You can immediately send the coded message by e-mail to another person; for security reasons, send the key another way. Then, after entering the key and the encoded message, it is possible to decrypt and know its original content.

See like it looks like

https://damian4lupa.github.io/message-coding-2/

How to start

  1. Clone a repository with git clone <repository URL>,
  2. Run npm install and download all packages necessary to run the project,
  3. Run npm start,
  4. See the effect.

Technologies used:

HTML Sass JavaScript React