This is web client application for books searching using Gutendex API. Built using Angular 10 this project demonstrates usage of:
Intersection Observer
for implementing infinite scrollinginput type="search"
with custom search-cancel button
The Gutendex API is a hosted instance of the open source project, which in itself is an extension of data available from http://gutenberg.org, a repository of freely available books. It contains a single endpoint, with a set of query parameters that allow for filtering the books in several manners. The hosted instance is available on http://skunkworks.ignitesol.com:8000/. The API specification is provided on the last page of this document. This frontend app is an implementation of the same This project was generated with Angular CLI version 10.0.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.