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.
- Parse and display book annotations
- Clean and simple paper-like interface
- Sort and search annotations by date, title, author, and number of annotations
- Nuxt 3
- TailwindCSS 4
- DaisyUI 5
- Clone the repository:
git clone https://github.com/looer/reading-notes.git
cd reading-notes- Install dependencies:
npm install- Run the development server:
npm startReplace 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
