This project's aim is to enable a user be able to move books between the three shelves in the application. A user can also search for a book.
The user can launch the project by taking the following steps:
- Navigate into the starter folder of the apllication (MyReads/starter)
- Run 'npm install' to install all project dependencies
- Run 'npm start' to start the development server
The search terms that the user can use to look for books have been included in SEARCH_TERMS.md file.
The user can move books between shelves by clicking on the dropdown and selecting the shelf to move the book into.