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
- Host: GitHub
- URL: https://github.com/mnikander/json_to_webpage
- Owner: mnikander
- License: mit
- Created: 2025-01-14T07:50:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T09:55:09.000Z (4 months ago)
- Last Synced: 2025-01-24T10:29:15.069Z (4 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.