Morse Code is a desktop app coded in java with a simple purpose: Practice ✨Morse✨
MorseCode requires JavaFx (Version 11+) and Jfoenix (Version 8+).
You can use the simple branch main if you wanna run the project with the IDE, using the Main.java
class. But if you wanna use gradle, use git clone on the branch gradle:
git clone https://github.com/YanTic/MorseDesktop-JavaFx.git
or
git clone --single-branch --branch gradle https://github.com/YanTic/MorseDesktop-JavaFx.git
Open a terminal in the root directory and run the following commands:
gradle build
gradle run
Library | Website |
---|---|
JFoenix | /jfoenix.com/ |
JavaFx | /openjfx.io/ |
The morse language uses dots and dashes for comunication. If you're new in the morse world, you can use the guide (or tutorial) inside the program.
Every letter has a translation to Morse.
You just have to type the dots and dashes of every letter until building the complete word
I've been working with cards from Trello and I used StarUMl for the MVC (Model View Controller).
Programs | Website |
---|---|
Trello | /trello.com/ |
StarUML | /staruml.io/ |
I'm learning so i'm based on morse.withgoogle.com. It's Just for practice, i don't wanna use this project to sell it or something else. All the images belongs to Google.
And of course you can copy, use, modify this project. Have a good day!