From 63146faecb5ccc8a63990ae6f74acb9e9ddbfb0e Mon Sep 17 00:00:00 2001 From: Shubham Sachdeva <45631324+Shubhrmcf07@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:37:03 +0530 Subject: [PATCH] Create Translator-App.md Added "Translator API Project" --- Projects/1-Beginner/Translator-App.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Projects/1-Beginner/Translator-App.md diff --git a/Projects/1-Beginner/Translator-App.md b/Projects/1-Beginner/Translator-App.md new file mode 100644 index 00000000..b1cab010 --- /dev/null +++ b/Projects/1-Beginner/Translator-App.md @@ -0,0 +1,22 @@ +# Translator App + +**Tier:** 1 +Take an input text and a target language from the user (May use the source language as well but it would be best if its auto-detect) and return the translated text on the screen. + +- The project will help build strong fundamentals of interacting with an API package. +- PreRequisites : Node.js (https://www.youtube.com/playlist?list=PLillGF-RfqbYRpji8t4SxUkMxfowG4Kqp) +- Resources : +- https://www.npmjs.com/package/bing-translate-api +- https://www.npmjs.com/package/@google-cloud/translate + +## User Stories + +- [ ] User can enter an input text and a target language +- [ ] User can have a choice to choose the source language or auto-detect it +- [ ] User can have a translate button which submits the input to the translator +- [ ] User can store the output against a database entry for caching + + +## Example projects + +https://github.com/Shubhrmcf07/google-translate-server-api