A language learning helper template.
- Create a new repository from this template.
- Add json files from the desired learning topics. You can also checkout sample file.
[
{
"title": "Cow",
"sound": null,
"image": "smile.png"
},
{
"title": "Bird",
"sound": null,
"image": null
}
]
- Add required images and sounds in
src/img
orsrc/sounds
subfolders. - Declare the added json files in
src/cards/available.json
in order for them to show on the page. - Commit & push.
- After enabling the GH page (in repository settings), your site will be available at https://<your_username>.github.io/RepositoryName (you can view this example at https://samolego.github.io/LangCards).