mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-04 22:07:47 +00:00
Added iambic mode B
This commit is contained in:
parent
5b10049129
commit
b55462dd6d
5 changed files with 85 additions and 24 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue