Skip to content

samolego/LangCards

Repository files navigation

LangCards

A language learning helper template.

How to

  1. Create a new repository from this template.
  2. 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
    }
]
  1. Add required images and sounds in src/img or src/sounds subfolders.
  2. Declare the added json files in src/cards/available.json in order for them to show on the page.
  3. Commit & push.
  4. 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).