JS Fetch API and Dynamic Card Project
This is a simple script that will dynamacally read in a *.txt file using JavaScript's "fetch() API" then randomly present the records in four display cards.
Steps and Definitions
Introduction to the core concepts to implement the JS fetch() Introduction
JS Operations to parce and display the flat file data: JS Operations
Random display card generator: Random Cards