This project is a web application that takes user's word inputs and generate for example;
- For words beginning with a vowel, add "ay" to the end.
- For words beginning with one or more consonants, move all of the first consecutive consonants to the end, and add "ay".
- If the first consonants include "qu", move the "u" along with the "q". Don't forget about words like "squeal" where "qu" doesn't come first!
https://github.com/Joseph-Odhiambo/Pig-Latin
-
Open Terminal {Ctrl+Alt+T}
-
git clone
https://github.com/Joseph-Odhiambo/Pig-Latin.git
-
cd Pig-Latin
-
code . or atom . based on the text editor you have.
- HTML5
- CSS
- JavaScript
- markdown
- Bootstrap
- Enter a word.
- Send.
- Then pig-latin for the word is generated
- Some output are not as accurate as expected..
If you have any question or contributions, please email me at [[email protected]]
- MIT License:
- {Determine the license under which this application can be used. See below for more details on licensing.}*LICENSE
- Copyright (c) 2020 Joseph Odhiambo