This is the 7th post about a meeting upadte blog. Welcome!
This past week I worked on updating my website after clicking a button. If the user clicks a button a new flashcard set is added. These are still hard coded words into the flashcard. The next step in this process is importing a json file and using the data in the json file to populate the webpage. In addition I invested time this week into preparing the data I will use. I took the html HSK words files from this Github repo: https://github.com/skishore/inkstone. And I will get the svg stroke order files from this Github repo: https://github.com/parsimonhi/animCJK. I will then also iterate through file in the animCJK file to add the svg path to the dictionary I am making. I will then add this dictionary to the json file, and then use those json files to start populating the flashcards.
Upcoming TODOs: - finish preparing data - load json into html webpage (finished: meeting8_oct30) - long term: producing a study session