From dcade81aa6386584dfae3b7b52d249b67b02db6b Mon Sep 17 00:00:00 2001 From: Aastha Chauhan Date: Fri, 9 Oct 2020 19:52:35 +0530 Subject: [PATCH] translator app translator app --- Projects/1-Beginner/translaterApp.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/translaterApp.md diff --git a/Projects/1-Beginner/translaterApp.md b/Projects/1-Beginner/translaterApp.md new file mode 100644 index 00000000..e644daf3 --- /dev/null +++ b/Projects/1-Beginner/translaterApp.md @@ -0,0 +1,26 @@ + Translator App + +**Tier:** 1-Beginner + +A Translator app helps to translate one language to another for better understanding of various oral and written compositions such as books, song lyrics and movies. + +## User Stories + +- [ ] User can `input` the source language +- [ ] User can `input` the language in which the user wants the translation +- [ ] When the translation is `finished` the user can click `suggested languages` to translate into other forms too. + +## Bonus features + +- [ ] User can translate the patterns too for example if the user writes `good` in scratchpad, user gets the same word in let us say `French`. +- [ ] Automatic suggestion of various languages must be provided. + +## Useful links and resources + +- [pros Vs Cons](https://www.nytimes.com/2013/05/02/technology/personaltech/the-utility-and-drawbacks-of-translation-apps.html) + +## Example projects + +- [Translator by Google](https://translate.google.co.in/) +- [Audio Translator by Stepes](https://www.stepes.com/voice-audio-interpretation/) +- [Translator by Microsoft](https://www.microsoft.com/en-us/translator/apps/)