Build a books search. Using your service, users should be able to:
1. Find book by name and/or author
2. Get list of books with preview and short description
Feel free to add any features, such as modern interactive UI, tests, sorting, offline work and etc.
Api example - https://www.googleapis.com/books/v1/volumes?q=Stephen+King
Requirements:
- any modern framework (e.g. Symfony)
Just follow next instructions:
git clone https://github.com/inser7/google-api.git
cd google-api
composer install
yarn install
yarn encore dev
Execute bin/phpunit to test project components.