- This project is a Morse Code Translator built using React and TypeScript. It allows users to input either English text or Morse code and translate between the two. The app also provides options to play Morse code translations using audio and light signals to simulate real Morse code communication.
- You must have Node.js and npm installed on your device
- In the base folder of the project, run
npm i
- To start the application, run
npm run dev