Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.3 KB

DecoderMors.

SPA to decode and encrypt Morse code.



Main technologies:

React SASS Webpack

To initialize the project:

  1. npm install
  2. npm run start

Commands:

  • npm run build: To compile the App for production in the "dist" folder.
  • npm run dev: To compile the App in development mode.
  • npm run start: To set up a development server and work on the App.

How does it work?

The single page Application has 2 fields, one for writing and the other for translation. In the first, the user enters the message that he wants to decode or encrypt, depending on the mode, and the result (translation) is shown in the second field.

Available modes: Morse and Spanish.

It has 3 other sections: What is Morse code?, History and the alphabet.

How can you contribute?

Make a fork of the project and once you have created your changes, request a push request to verify it and then accept or reject it.

LICENSE: MIT