Book notes

Project Overview & Media

Book notes

About this project

Purpose:
The primary purpose of this project is to demonstrate a deep understanding of API integrations and how to have an app interact seamlessly with external APIs. The Book Tracker leverages various APIs to fetch book data, including cover images and other metadata, making it a robust and dynamic application. By implementing these API interactions, the project showcases the ability to create a user-friendly interface that enhances the user's experience while interacting with their book collection.

Walkthrough

  1. Clone the repository into your local machine git clone https://github.com/ralharas/book-notes and then navigate to the project directory in your terminal
  2. install node modules by running the command npm install -y
  3. run node app.js or nodemon app.js (if supported or installed).