Skip to content

An application that allows you to find your next book to read! Or save it to a booklist for later.

Notifications You must be signed in to change notification settings

EdenKhaos/Book-Finder

 
 

Repository files navigation

Book Worms

Table of Contents


  1. Description
  2. UserStory
  3. Features
  4. License
  5. Links
  6. Resources
  7. Contributors

Description


An application that will allow users to search for books by entering a query (Title,Author, etc). Display the resulting books in a list on the page with all the correspondingdata.

User Story


The application gives yout the following options:

  • User can enter a search query into an ​input​ field
  • Users can submit the query. This will call an API that will return an array ofbooks with the corresponding data (Title, Author, Published Date, Picture,etc)
  • User can see the list of books appearing on the page

Links


Bonus Features


  • For each item in the list add a link that will send the User to an external site, which has more information about the book.
  • Implement a Responsive Design.
  • Add goals to achieve to the reading list(similar to summer reading program).
  • Add a post option per reading search to make comments/discussion for eachbook.
  • Add history of searched books.
  • Allow for deletion of books from book list.

License


This project is licensed under the terms of the MIT license.

Resources


  • Node.js - JavaScript runtime environment
  • MySQLWorkbench - Visual database design tool

    Dependencies


    • inquirer - For the CLI user interface. This will prompt user within the CLI for employee information.
    • console.table - Used to print MySQL into tables to the console.
    • mysql - Used to connect to the MySQL database and perform queries

Contributors


  • Aman Chaudhry
  • Enrique Lopez
  • Hannah Jorich
  • Heather Cooper
  • Lisa Van Huijkelom

About

An application that allows you to find your next book to read! Or save it to a booklist for later.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.7%
  • JavaScript 44.4%
  • Handlebars 4.7%
  • CSS 0.2%