A simple web application to learn the Tamazight language by choosing the correct answer of question.
If you will use Learn Tamazight:
$ git clone https://github.com/djamelm/LT
$ npm start
$ npm run test
$ npm run dist
This is a Electron JS(Node JS) application. You need to have the latest version of Node.js.
The app will run on 127.0.0.1:8080
by default.
Apprenez à utiliser un vocabulaire dans le cadre d’une phrase, puis formez vous-même des phrases.
La prononciation du vocabulaire en bonne qualité.
modes d'apprentissage, pratique et quiz : Processus d'apprentissage à 3 niveaux
- Apprendre le vocabulaire au travail ou à la pause (mode d'apprentissage)
- Testez-vous si vous avez complètement mémorisé le vocabulaire. (Mode pratique)
- Jouer à des quiz et gagner des points (mode quiz)
vocabulaire
- A1 (X)
- A2 (X)
- B1 (X)
- B2 (X)
- C1 (X)
- C2 (X)
- TOEFL (X)
- IELTS (X)
- TOEIC (X)
- SAM (X)
- GMAT (X)
- GRE (X)
type of phrases et expressions
- pour les débutants (X)
- conversation (X)
- Voyage (X)
- Paroles d'amour (X)
- Dans la vie quotidienne (X)
- Anglais des affaires (X)
- Citations célèbres (X)
- Série dramatique (X)
Nouveau contenu - pour les débutants (avec photos)
- Nombres, temps
- Animaux, plantes
- nourriture
- relation
- plus
The lists of words of the application uses are stored in data.js, which is located on the root of this repository by default.
This are a JSON-formatted list of words to be on quiz.
{
"id": "1",
"name": "word",
"lang": "en"
}
-
id
An unique identity.
-
name
word written in lang.
-
lang
The language name in which a word written. It must be one of the IETF language tags.
This are a JSON-formatted list of phrases to be on quiz.
{
"id": "1",
"phrase": "phrase",
"lang": "en"
}
-
id
An unique identity.
-
phrase
phrase written in lang.
-
lang
The language name in which a phrase written.
This are a JSON-formatted list of sections.
{
"id": "1",
"name": "section"
}
-
id
An unique identity.
-
name
name of section.
This are a JSON-formatted list of relation betwin sections and words.
{
"id": "1",
"word_id": "1",
"section_id": "1"
}
This are a JSON-formatted list of relation betwin phrases and words.
{
"id": "1",
"word_id": "1",
"phrase_id": "1"
}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License (http://nodaguti.mit-license.org/)