A simple application to manage and display book annotations.
I love reading books. I own a kobo and have many epub books. I usually highlight passages that I like but until now it has not being easy to consult them.
This is a simple app to read book annotations.
Clone the repository:
git clone https://github.com/looer/reading-notes.git
cd reading-notes
Install dependencies:
npm install
Run the development server:
npm start
Replace the annotations in the data/annotations
directory
The data/annotations
directory contains my annotations to demonstrate the application's functionality.
app/
: Application source codedata/
: Annotation filesannotations/
: Your annotations