The Pig Latin Tanslater
React Project
Pig Latin Translator was created in the React framework, using JSX.
- Custom user display prompting the User to enter the phrase they would like translated into Pig Latin.
- Any word beginning with a vowel, will have "way" added to the end.
- Any word beginning with one or more consonants, will have all of the first consecutive consonants moved to the end, and will have "ay" added to end.
- If the first consonants include "qu", the "u" will be moved along with the "q". Inlcluding words like "squeal" where "qu" doesn't come first.
- For words beginning with "y", "y" will be treated as a consonant.
Github link