spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 5c35c631fce39e546476724079942c9f86300271
parent 62afbdbc695dd89283c66aee2b8b56ce0ad663f4
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Fri, 25 Sep 2020 18:20:43 -0700

Rename folders.

Diffstat:
RImages2/apple-touch-icon.png -> images/apple-touch-icon.png | 0
RImages2/favicon-32.png -> images/favicon-32.png | 0
RTests2/index.html -> tests/index.html | 0
RTests2/test.app.js -> tests/test.app.js | 0
RTests2/test.quizzer.js -> tests/test.quizzer.js | 0
RTests2/test.settings.js -> tests/test.settings.js | 0
RVocab2/Adjectives.csv -> vocab/Adjectives.csv | 0
RVocab2/Adverbs.csv -> vocab/Adverbs.csv | 0
RVocab2/Childhood.csv -> vocab/Childhood.csv | 0
RVocab2/Clothes.csv -> vocab/Clothes.csv | 0
RVocab2/Colors.csv -> vocab/Colors.csv | 0
RVocab2/Days.csv -> vocab/Days.csv | 0
RVocab2/Family.csv -> vocab/Family.csv | 0
RVocab2/Health.csv -> vocab/Health.csv | 0
RVocab2/House.csv -> vocab/House.csv | 0
RVocab2/Months.csv -> vocab/Months.csv | 0
RVocab2/Nature.csv -> vocab/Nature.csv | 0
RVocab2/Prepositions.csv -> vocab/Prepositions.csv | 0
RVocab2/Professions.csv -> vocab/Professions.csv | 0
RVocab2/Questions.csv -> vocab/Questions.csv | 0
RVocab2/Transitions.csv -> vocab/Transitions.csv | 0
RVocab2/Vacation.csv -> vocab/Vacation.csv | 0
RVocab2/Verbs.csv -> vocab/Verbs.csv | 0
RVocab2/Weather.csv -> vocab/Weather.csv | 0
24 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Images2/apple-touch-icon.png b/images/apple-touch-icon.png Binary files differ. diff --git a/Images2/favicon-32.png b/images/favicon-32.png Binary files differ. diff --git a/Tests2/index.html b/tests/index.html diff --git a/Tests2/test.app.js b/tests/test.app.js diff --git a/Tests2/test.quizzer.js b/tests/test.quizzer.js diff --git a/Tests2/test.settings.js b/tests/test.settings.js diff --git a/Vocab2/Adjectives.csv b/vocab/Adjectives.csv diff --git a/Vocab2/Adverbs.csv b/vocab/Adverbs.csv diff --git a/Vocab2/Childhood.csv b/vocab/Childhood.csv diff --git a/Vocab2/Clothes.csv b/vocab/Clothes.csv diff --git a/Vocab2/Colors.csv b/vocab/Colors.csv diff --git a/Vocab2/Days.csv b/vocab/Days.csv diff --git a/Vocab2/Family.csv b/vocab/Family.csv diff --git a/Vocab2/Health.csv b/vocab/Health.csv diff --git a/Vocab2/House.csv b/vocab/House.csv diff --git a/Vocab2/Months.csv b/vocab/Months.csv diff --git a/Vocab2/Nature.csv b/vocab/Nature.csv diff --git a/Vocab2/Prepositions.csv b/vocab/Prepositions.csv diff --git a/Vocab2/Professions.csv b/vocab/Professions.csv diff --git a/Vocab2/Questions.csv b/vocab/Questions.csv diff --git a/Vocab2/Transitions.csv b/vocab/Transitions.csv diff --git a/Vocab2/Vacation.csv b/vocab/Vacation.csv diff --git a/Vocab2/Verbs.csv b/vocab/Verbs.csv diff --git a/Vocab2/Weather.csv b/vocab/Weather.csv