Created by Terry McKee
Simple React based app that uses the Poetry API available at https://poetrydb.org/ to review works by various authors.
Clone the repo:
git clone https://github.com/javalion/poetry.git
cd poetry
Install dependencies:
npm i
Run Application
npm run start
When the application loads in the browser, a list of authors is shown on the left sidebar. Click on any author to show the works available (as provided in the Poetry DB)