Skip to content

My Internship selection task for OnGrid - A simple Google Books Search Application built on top of Angular 2.

License

Notifications You must be signed in to change notification settings

yoshi2095/Google-Books-Search

Repository files navigation

Google-Books-Search

  • This is a simple Google Books Search application built on top of angular 2.

  • Search results are shown in an intuitive UI after calling the API endpoint.

  • The API from which the data has been fetched is:


https://www.googleapis.com/books/v1/volumes?q=


API with an example query is :

e.g : https://www.googleapis.com/books/v1/volumes?q=harry


Description:

  • The user types any query into the search box :

Search Text Box



  • And the corresponding results (at most 10) are displayed. Few metadata of these books like thumbnail, name, publisher, publishing date, description, etc. is also displayed:

Results



To see it in action:

Pre-requisites: node.js, npm. (these should be pre-installed)

Clone the repo:

git clone https://github.com/yoshi2095/Google-Books-Search.git my-app

Then enter the repo:

cd my-app

Install the node packages:

npm install

Start the server:

npm start

About

My Internship selection task for OnGrid - A simple Google Books Search Application built on top of Angular 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published