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


  1. Introduction to the core concepts to implement the JS fetch() Introduction

  2. JS Operations to parce and display the flat file data: JS Operations

  3. Random display card generator: Random Cards