A Typescript File Reader Project

App reads a CSV file and analyses the data. Demonstrates using both Inheritance and Composition to create re-useable classes and components.

Dependencies:

  • Node
  • Typescript

Usage:

  • Install deps: npm install

  • Run app with Parcel: npm run start