I was able to populate the content semi-programmatically, although the data is hard-coded inside... I thought about making it completely dynamic but it turned out being more difficult than I wanted to spend time on.
I wanted to set the background of the background color of each category programmatically from the color of the SVG icon. It could be done, but I did not have time to work on it... But at least, I thought about it!
What challenges did you encounter, and how did you overcome them?To populate the content dynamically, I pasted the provided json file inside
What specific areas of your project would you like help with?There is an outline on the "Continue" button when it is focused. I tried to remove it by setting outline: none, but it did not disappear completely.
Are there easy ways to read a local file without running a server nor modifying the security settings of the browser?