Google API Books Project
- ReactJS
- Google API
- _nology
This app allows you to search books via Google API and there are some options for users to view the results by sorting them. The app was developed with react hooks with functional components. The SCSS modules are utilised for the styling of the app.
Features of App/Project
- Search field takes keyword and returns the book results based on the keyword
- Sort toggle buttons allow users to see the different results sorted by relevant or newest
- Upon clicking the Load more button, another api call is made and fetch additional 12 books and showcase them
