Skip to content

A user enters a word and after submission the word is added 'ay' and the results is displayed."Pig-Latin"

License

Notifications You must be signed in to change notification settings

Joseph-Odhiambo/Pig-Latin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pig-Latin

Author

Joseph-Odhiambo

Description

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!

Live Page

https://github.com/Joseph-Odhiambo/Pig-Latin

Installation / Setup instruction

  • 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.

Technologies Used

BDD

  • Enter a word.
  • Send.
  • Then pig-latin for the word is generated

Known Bugs

  • Some output are not as accurate as expected..

Contact Information

If you have any question or contributions, please email me at [[email protected]]

License

  • 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

About

A user enters a word and after submission the word is added 'ay' and the results is displayed."Pig-Latin"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages