matheushjs / mjsaldanha.com

Source code of my webpage.
Other
2 stars 0 forks source link

App: "production" japanese study #176

Open matheushjs opened 5 years ago

matheushjs commented 5 years ago

Production consists of taking an idea and either writing it down or speaking it in japanese.

The app will work as follows:

  1. The user clicks a button to generate a paragraph in english
  2. The user writes the translation down in japanese
  3. The user can get help from google translator from within the same page

We store all these information in local storage so that the user can continue the translation another time.

Either local storage (easier) or as user data in a database (harder).

We will need to make a database containing the paragraphs to be translated. It should be separated in at least 3 types: "formal letter", "casual conversation" and "descriptive text".