Skip to content

jensrott/book-tracking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Tracking App

About

App which allows to save the books you are currently reading.
Uses Google Books API.

Installation and setup

Clone the repository

git clone https://github.com/jensrott/book-tracking-app.git

Go to folder destination:

cd book-tracking-app

Enter a Google Api key in a config.js file. You have to create this file yourself. Here is a template of what this file looks like:

const config = {
  apiKey: apiKey,
};

View index.html in a browser:

Features

  • Search books
  • View book information
  • Add Favorites
  • Delete Favorites
  • Form validation
  • Snackbar when adding or removing items
  • Dark theme
  • And more

Features for later versions

  • Print list of books
  • Drag and drop
  • Pagination