Skip to content

Simple Angular app that implements are translator for "ordinary" language to Leetspeak

License

Notifications You must be signed in to change notification settings

MDecker-MobileComputing/Angular_Leetspeak

Repository files navigation

LeetSpeak


This repository contains a simple Angular app that translate text input to Leetspeak.


Example:

  • Input: "The quick brown fox jumps over the lazy dog."
  • Output: "Th3 qu1ck 8r0wn f0x jump5 0v3r th3 142y d09."


App served by GitHub Pages


Access the app via GitHub Pages: https://mdecker-mobilecomputing.github.io/Angular_Leetspeak/


The app was generated for serving by GitHub Pages with the following command:

ng build --output-path docs --base-href https://mdecker-mobilecomputing.github.io/Angular_Leetspeak/

You can also use the following script defined in package.json:

npm run build


Commands


This project was created with the following CLI command:

ng new LeetSpeak --skip-tests --prefix=mide

Check the syntax of the project:

ng lint

Test the app in the browser:

ng serve --open

You can also use the following script defined in package.json:

npm start


License


See the LICENSE file for license rights and limitations (BSD 3-Clause License) for the files in this repository.


About

Simple Angular app that implements are translator for "ordinary" language to Leetspeak

Topics

Resources

License

Stars

Watchers

Forks