Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirziyacode/morse-code

This program is designed for encrypting and translating Morse code.
https://github.com/amirziyacode/morse-code

java java8 maven morsecode morsecode-translator

Last synced: 24 days ago
JSON representation

This program is designed for encrypting and translating Morse code.

Awesome Lists containing this project

README

        

![Mac-Terminal-app-icon](https://www.almondsolutions.com/images/blog-morse-code-151223.jpg)
[![GitHub stars](https://img.shields.io/github/stars/iampawan/FlutterExampleApps.svg?style=social&label=Star)](https://github.com/amirziyacode)
[![GitHub forks](https://img.shields.io/github/forks/iampawan/FlutterExampleApps.svg?style=social&label=Fork)](https://github.com/amirziyacode?tab=repositories)

## MorseCode

for Decode && Endcode your massage :)

## SetUP!

Go to the scr/java/main/org.amirziya

Run F6 to running App

```JAVA

public interface InternationMorse {

String Encode(String word);

String Decode(String word);
}

```

![dev](https://github.com/user-attachments/assets/6bf8929c-b2db-4aec-9c16-c1e8e913aba5)

## Development

I use Maven and two packages for Testing
- [assertJ](https://mvnrepository.com/artifact/org.assertj/assertj-core)
- [Junit](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api)

```
@Test

Check_Encode_Data_of_A_B()

Check_Encode_Data_of_hello()

check_Decode_Data_of_A_B()

check_Decode_Data_of_Hello()
```
## Test

![TestImage](https://github.com/user-attachments/assets/f227efb8-3a4b-4e71-9656-599964208e8e)