Repo contains both student and instructor files for Assignment 1 of DHU235.
- Run
npm installto install dependencies - replace
poem.txtwith whatever poem you want to tokenize - run
tokenizer.jsto generate a js file with a single global variablepoemwhich contains an array of hierarchical elements to be tranformed into html nodes
- modify
poem.jsto add classes and metadata to individual nodes - modify
poem.cssto change display of the poem