This app was created for the Chingu Voyage 12 pre work , it pulls data from the Google Books Api
Live Link: https://booksfinderapp.netlify.com
- Lets the user search for the books they want in the input field and display them accordingly
- Clicking on the pagination allows the user to view more books related to what they search
- As the user search a book , a search history gets dropped down showing the last 10 books the user has searched
- When the user click a book they are able to see the book description and the link
From the repo:
- Clone this project locally
- Run
npm install
in your bash/command line - Navigate to the project folder and run
npm start
orng server --port <number>
in your command line to start the local server