/PigLatin

Primary LanguageJavaScript

Pig latin translator

Translates input into pig latin, 10.28.2020

By Ryland Adams, Jerrod Styrk

This program will take a users inputted strings and return a translation of that string in piglatin

Setup

  • Click to view Github repository Or simply paste the following url into your prefered browser -link
  • To Clone repository simply click the green Code button and copy the url
  • Using a prefered terminal type command 'git clone paste-url-here
  • Alternetivly click the Set up in Desktop button
  • Open the index file to view site
  • Click to open active site in Github Or simply paste the following url into your prefered browser -link to view the active page on Github

Specifications

Behavior Input Output
It will accept user input and return unchanged test test
It will check if word starts consonant or vowel test, enter consonant, vowel
Words beginning with one or more consonants, move all of the first consecutive consonants to the end test, trailer, quiet estt, ailertr, uietq
If the first consonants include "qu", move the "u" along with the "q" quiet ietquay
If the word starts with a vowel just add "way" to the end enter enterway
It will add "ay" to end if it starts with consonant/consonants test, trailer esttay, ailertray

Bugs

  • none known

For support

Technologies and tools used

  • Visual Studio Code
  • HTML
  • Markdown
  • Bootstrap
  • Css
  • jQuery
  • Javascript

License

[MIT] Copyright (c) 2020 Ryland Adams, Jerrod Styrk