Added iambic mode B

This commit is contained in:
Ashley Feniello 2022-08-06 11:25:25 -07:00
parent 5b10049129
commit b55462dd6d
5 changed files with 85 additions and 24 deletions

View file

@ -29,3 +29,13 @@ Type in the translator below the legend and see/listen to the Morse translation.
This web app was built using HTML, CSS, and ReactJS. It utilizes React hooks to manage state and component lifecycle.
See it live here: https://genemecija.github.io/learn-morse-code/
## Build Instructions
To build and run the project:
```bash
cd src/
npm install
npm start
```