Web app that enable users to :-
- Search for Books
- Add books to one of his bookshelves
- Remove books from the shelves
- Move books between shelves
This project was bootstrapped with Create React App. React and React Router
To get the app up and running right away:
- install all project dependencies with
yarn install
- start the development server with
yarn start