Skip to content

A beginners project in Purescript. Takes text converts it character by character into words. 'a' becomes "Alpha", 'b' becomes "Bravo" and so on.

License

Notifications You must be signed in to change notification settings

elsanussi-s-mneina/nato-phonetic-spelling-alphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Requirements

  • Purescript compiler
    • with Spago (a build system for Purescript)
  • A web browser

How to make the web page

Run the following command

$ spago bundle-app

You should now have a Javascript file in the current directory. Now open index.html. It should provide the interaction for a button in the HTML file "index.html".

How to run the unit tests

Enter the following command in the terminal:

$ spago test

A summary of which tests passed should appear.

How this project was created

spago init

spago install lists

spago install quickcheck

spago install spec

spago install spec-quickcheck

About

A beginners project in Purescript. Takes text converts it character by character into words. 'a' becomes "Alpha", 'b' becomes "Bravo" and so on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published