Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 531 Bytes

File metadata and controls

15 lines (10 loc) · 531 Bytes

React Bookcase App

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.

How to set this project up?

  1. Clone the repository onto your machine
  2. Change directories to be inside of unit04-react-bookcase-app
  3. Run npm install to install the required dependencies
  4. Once all of the dependencies have been installed you can start the app with the following command: npm start