Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.68 KB

File metadata and controls

61 lines (47 loc) · 1.68 KB

Morse Translator Client



Description:

The Morse Translator application designed to translate text from natural language to Morse code and back.

The program working on JavaFX platform. For the correct functioning of the app, a special server is required.

What the app can do:

  • Log in existing user
  • Sign up a new user
  • Manage user's private cabinet
  • Password recovery via email
  • Translate strings from natural languages (Russian, English) to Morse code and back
  • Download translate history in TXT or CSV formats

Built With:

  • Java 15 - Main programming language
  • JavaFX - Java application platform
  • Gson - Creating and reading JSON objects
  • OpenCSV - Creating and reading CSV objects

Run:

  1. Connect required libraries
  2. Download and build project
  3. Run Morse Translator server
  4. Run Main.java
  5. Enjoy the application

Author:

Bakanov Artem

Student of Financial University

Faculty of Information Technology and Big Data Analysis


License:

This project is licensed under MIT License - see the LICENSE file for details

Version: 1.0

14.04.21