Everything in this repository covers everything in the Bookcase App excluding the following:
- Google Books API
- Search Functionality
Both of these missing parts of the App are for you to add.
- Clone the repository onto your machine
- Change directories to be inside of
unit04-react-bookcase-app
- Run
npm install
to install the required dependencies - Once all of the dependencies have been installed you can start the app with the following command:
npm start