Fetch & Display is build with html, css and JavaScript.
When the "fetch" button is presses, it makes a single API request, and displays a table containing user name, email, and phone data.
After the table is displayed, additional button clicks will not make any API requests.
-
README.md (this file)
-
.vscode
- This folder is in the root folder and contains the settings.json file.
-
index.html
-
app.js
-
styles.css
-
media
-
This folder is in the root folder and contains PNG files of the rendered result
-
Screenshot 1 (before fetch button clicked)
-
Screenshot 2 (after fetch button clicked)
-
-
Screenshot 1 (before fetch button clicked)
Screenshot 2 (after fetch button clicked)