daedadev / google-book-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Book Search

Description

This project uses the Google Book API to search and view books. With a React front-end and a MySQL back-end you can quickly and easily view, save, and delete books. It was a lot of fun making a more practical application and utilizing skills I have learned thus far to put together a project completely on my own, from templating to styling I had an extremely fun time.

Thank you for visiting my project and I hope you enjoy.

Usage

The Application is Deployed Live Here: https://reactappbooksearch.herokuapp.com/

Searching for a book and pressing enter will go through the API and return results accordingly. Main search page

After clicking save on a book it will be added to your library which you can view by clicking the "Saved" button in the top left. Saved

Modal that pops up with the save or delete function on either the Search page or Saved books page respectively. Book view modal

License

MIT License

Copyright (c) [2021] [Daniel Moore]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 67.1%Language:CSS 25.3%Language:HTML 7.6%