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
- Host: GitHub
- URL: https://github.com/elena-in-code/book-search-app
- Owner: elena-in-code
- Created: 2017-09-20T07:33:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T11:46:04.000Z (about 8 years ago)
- Last Synced: 2025-03-26T03:51:15.345Z (9 months ago)
- Topics: ajax, es6-javascript, json, search, typeahead, vanilla-javascript
- Language: CSS
- Homepage: https://elena-in-code.github.io/Book-Search-App/
- Size: 37.1 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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