An open API service indexing awesome lists of open source software.

https://github.com/elena-in-code/book-search-app

JavaScript search App
https://github.com/elena-in-code/book-search-app

ajax es6-javascript json search typeahead vanilla-javascript

Last synced: 8 months ago
JSON representation

JavaScript search App

Awesome Lists containing this project

README

          

Library Search App - javaScript



National Library Search App - Find your favorite books!


A responsive application code with javascript

Technologies used:



  • HTML5

  • CSS3

  • javaScript ES6


User Stories:



  • Button "Ver Cátalogo Completo" will show you with one click the full collection available in the library (Book tittle & author name and lastname)

  • Button "Iniciar Nueva Búsqueda" will clear up your previous search and results, allows you to start a new search. This will reset your search at any moment

  • Text Input Box "Buscar" will allow you to search by:

    • Author name or lastname

    • Book tittle

    • Genre

    • ISBN number



  • Results will be shown at the same time as you are typing, highlighting matching letters, so search results will be shown directly below, it is not neccesary to press enter or click any other button. (Type Ahead.)

  • Inside of each search result you will find:

    • Book tittle

    • Author name and lastname

    • Genre

    • ISBN number

    • List of users that recently visited the book



  • Clicking on a user name will display a pop-up list of books that this particular user has also visited. Use the "X" on the right top corner to close this list


The information that will be displayed by the App could be seen in the JSON format here, it is not neccesarily real

Hope you like it!