pull/499/merge
Shubham Sachdeva 2 years ago committed by GitHub
commit 126026b0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save