This project is a web application for Morse code translation, developed using Blazor and the MorseSharp C# library. It provides a user-friendly interface for encoding and decoding text into Morse code, generating audio representations of Morse code signals, and visualizing Morse code signals as flashing light patterns.
- Encode and Decode: Easily convert text to up to 10 languages to Morse code and vice versa.
- Audio Generation: Generate and play, download audio representations of Morse code signals.
- Visualize Morse Code: View Morse code signals as flashing light patterns, providing a visual representation of the code.
- Blazor WebAssembly.
- Tailwindcss.
- Fluxor blazor state management.
To get started with using or contributing to this website, follow these steps:
- Clone the Repository:
git clone https://github.com/p6laris/AraratMorse.git
- Install Dependencies: Ensure you have the necessary dependencies installed, including .NET Core and Blazor:
dotnet restore
- Build and Run: Build and run the project locally:
dotnet build and dotnet run.
- Contribute: If you'd like to contribute to the project, feel free to fork the repository, make your changes, and submit a pull request.