Skip to content

leandrogavidia/decoder-mors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Single page application (SPA) to decode and encrypt Morse code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published