A web application for tracking books in three categories:
- Want to Read
- Currently Reading
- Read
- Add books with title, author, and optional notes
- View books in separate columns by reading status
- Edit book details
- Delete books
- Move books between reading status categories
/backend - Hono API server and SQLite database
/frontend - React frontend with TailwindCSS
/shared - Shared types and utilities
- Backend: Hono, SQLite
- Frontend: React, TailwindCSS
- Shared: TypeScript