Book Search Application using AJAX request by javascript and jQuery.
- This is a book search application where users can search for a particular subject related book.
- It displays all the relevant information about the book found.
- Users can also view more information about the book by clicking on the "View more" link in the end of each book result.
https://young-fortress-44944.herokuapp.com/
- Node (10.15.3)
- NPM (6.13.4)
- jQuery (3.4.1)
- Clone this repository
- Open command line in the cloned folder,
- To install dependencies, run npm install.
- To run the application for development, run npm run development.
- Open localhost:3001 in the browser.