An open API service indexing awesome lists of open source software.

https://github.com/mnikander/json_to_webpage

Practice JS/HTML by reading JSON data and creating corresponding buttons on a webpage
https://github.com/mnikander/json_to_webpage

Last synced: 3 months ago
JSON representation

Practice JS/HTML by reading JSON data and creating corresponding buttons on a webpage

Awesome Lists containing this project

README

        

# Render buttons from a JSON

Read a JSON file containing pairs (button, action), display those buttons on an HTML page, and execute their corresponding action when the button is clicked.
This serves as practice for some JavaScript and HTML basics.
It is implemented without a framework such as React, Angular, etc.