- The app contains two screens the home screen and the search screen page.
- The home screen shows 3 different types of shelves
- Users can add more books to their shelves by searching for them on the search screen.
- You can assign each book to a specefic shelf, both from the search screen and the home sceen.
- Clone the project using
$ git clone
. - Navigate to the root directory for the project.
- In Terminal install all project dependencies with
npm install
. - Start the development server with
npm start
.