Based on the provided starter code from Udacity
App is currently hosted on Heroku and can be viewed by visiting the following link: https://my-reads-udacity-project.herokuapp.com/
Alternatively the following repo can be cloned and launched from the command line provided the user has Node installed:
- clone repo https://github.com/Frank-a-Rabbit/virtual_library.git
- Run npm install from the command line
- Run npm run start from the command line
The project is structured as such
- Main App Component
- SearchModule - For searching the BooksApi
- BookCase - Component for holding book shelves
- BookShelf - Component for listing books by shelfType
- Book - Component for displaying book item