Zodiac was designed to be a collection of simple games for learning a foreign language when your first language is English. However, it could be modified to adapt to any two different languages with a small bit of work.
- Clone this repository.
- Use
npm install
to install the dependencies. - Start the server with
npm run server
. - Open
http://127.0.0.1:8080/flashcard.html
in the browser.
If you want to create your own word lists, simply create your own file with the English word on the first line and the translation on the next line constantly alternating between the two languages.
EnglishWord1
ForeignLanguageWord1
EnglishWord2
ForeignLanguageWord2
...
Now you can use the file as your own custom word list for studying.