Basic JSON2CSV Converter based on project idea from app-ideas repo. Deployed on Github Pages here.
-
Design on Figma.
-
Check for valid JSON from StackOverflow.
-
FileReader, File and Blob on MDN.
-
How to create a file in memory for user to download, but not through server? on StackOverflow.