Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobylito/greek-flashcards
Greek flashcards generator based of jekyll + reveal.js
https://github.com/bobylito/greek-flashcards
Last synced: 22 days ago
JSON representation
Greek flashcards generator based of jekyll + reveal.js
- Host: GitHub
- URL: https://github.com/bobylito/greek-flashcards
- Owner: bobylito
- Created: 2015-03-01T16:22:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T18:25:21.000Z (over 4 years ago)
- Last Synced: 2024-10-15T17:26:36.267Z (2 months ago)
- Language: Java
- Size: 4.99 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Greek flashcards
================What do you when you are a programmer doing web stuff for a living and you
want to learn a new language. You make flashcards in the most nerdy way possible.This project is the result of such habit :D
Tools
------ [Jekyll](http://jekyllrb.com/): easy input of the words and the translations and translation in html
- [Reveal.js](https://github.com/hakimel/reveal.js) : slides for the web
- [cordova](http://cordova.apache.org/) : transform a web app into an app for smartphone or elseUsage
-----### Web page
Install jekyll.rb on your computer (in most OS `sudo gem install jekyll` should
be enough).Run jekyll : `jekyll server` and then check http://localhost:4000
### Android app
You need to have the android sdk properly installed with ant and java too.
Then you need to install the dependencies : `npm install`
To deploy you just need to do `npm run deploy`
Edit the cards
--------------Edit `_data/flashcards.yml` and follow the already created cards. You can add
more items in sublists also, to add examples or more translations.