Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 2.06 KB

README.md

File metadata and controls

62 lines (50 loc) · 2.06 KB

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