Book Finder: A Console CRUD App

A small CRUD based app that runs in the console designed to demonstrate my understanding of JavaScript classes, constructors and methods.

This app holds a library of your books, showing the title, author, genre, location in your house and your five star rating. It allows you to:

Open your console to see it in action.

You can see the output of a number of my pre-written tests designed to demonstrate how it works.