awesome-forms
A collection of resources to make creating forms in your web app easier.
awesome-forms-values
We've all been there before. You want to add a commonly asked question to your web app form, for example, "What is your academic major?" or "Select your Dietary Preference". However, you don't want to manually add every single option. Use these data sources to automatically create the options for your forms.
Protip: You can Use jqplay to filter the json files.
E.g. To get the list of only Canadian Schools, enter:
map(select(.country=="Canada"))
Snippet
TODO: Fee free to open a pull request and add helpful resources for creating forms in any of the frameworks below