Morse Code Notes
Morse Code Notes is a web application that allows users to write and save notes as well as encrypt and decrypt text into Morse code. In addition users can convert any text into a sudio message that play a series of dots and dashes. The website is hosted on lennoxanderson.com/morsecodenotes and uses HTML, CSS, and JavaScript for its front-end development. Features
Create and save notes on multiple pages.
Encrypt and decrypt text into Morse code.
Convert text into Morse code audio for playback.
Share encrypted messages via email.
Save notes to local storage for future use.
Basic animations and DOM manipulation using vanilla JavaScript.
How to Use
Go to lennoxanderson.com/morsecodenotes.
Create a new note by clicking on the "Get Started" button.
Write your note and click on the "Save" button to save it to the local storage.
Use the "Encrypt" and "Decrypt" buttons to convert text into Morse code and vice versa.
Use the "Play" button to hear the Morse code audio of the text.
Use the "Share" button to send an encrypted message via email.
Use the "Next Page" button to start writting a message on a new page/document
Use the "Back Page" button to view or edit previous pages you created
Technologies Used
HTML
CSS
JavaScript
Local storage for data persistence
Web Audio API
License
This project is licensed under the MIT License. Feel free to use and modify it as you please.