A React.JS web application that searches for books in Google's book repository allowing its users to filter the results with different criteria. Users can search books by title, author, category, description or ISBN. Achieved faster rendering of the search results by creating a separate Book component using React classes, hooks and ECMAScript 6 features.
In order to run this project, you will need to install the following modules.
npm i axios
- James Wong