Question
PHP and JSON Your task is to find a JSON-based Open Data dataset that you find interesting, and produce a page (or pages) that uses
PHP and JSON
Your task is to find a JSON-based Open Data dataset that you find interesting, and produce a page (or pages) that uses this data in a meaningful way. Use PHP to decode the JSON dataset, parse the data and display the results (using alternative syntax) in HTML. *Do not download a local version; use a web-based dataset You are required to loop through the dataset, and for each iteration, create an HTML component to display the retrieved JSON data as information. These HTML components must include at least three HTML tags. You looped through and created components that included li, h3, h4, blockquote, and image tags.) The HTML produced should be valid HTML5. The results produced should be organized and visually appealing. For full marks you will need to style your output using CSS. Do not copy the layout/style of the demo.
Demo Version
A demo version of part one can be seen here. https://www.stungeye.com/school/json-data/ The demo uses the City of Winnipegs Library dataset(https://data.winnipeg.ca/Libraries/Library/itub-a6x4). Note: The demo includes the use of the Bootstrap CSS framework and Font Awesome icons, which are not challenge requirements.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started