A CLI-based reading tracker that logs your books, reading status, and progress.
- View your full library
- Add books with title, author, volume, chapter, and status
- Update book details and reading status
- Delete book from your library
- Python 3.10+
python main.py
Library is stored locally in library.json
- Next.js
- FastAPI
- PostgreSQL
BookTracker/ backend/ tracker.py main.py library.json frontend/