This is a page designed to take text input by the user and convert it to pig latin. Made to practice BDD, JavaScript business/user logic separation for Epicodus week 3.
- clone this repository
- open index.html with browser
- None
- Input = 3
- Output = 3
- Input = a
- Output = ay
- Input = apple
- Output = appleay
- Input = quest
- Output = estquay
- Input = squeal
- Output = ealsquay
- Input = this
- Output = isthay
- Input = hello
- Output = ellohay
- Input = Apple
- Output = Appeay
- HTML, CSS, Bootstrap, JavaScript, jQuery
- MIT