Merge 63146faecb
into 08b771c863
commit
126026b0b6
@ -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…
Reference in new issue