Book Tracker App

A web application for tracking books in three categories:

  • Want to Read
  • Currently Reading
  • Read

Features

  • 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

Project Structure

  • /backend - Hono API server and SQLite database
  • /frontend - React frontend with TailwindCSS
  • /shared - Shared types and utilities

Technologies

  • Backend: Hono, SQLite
  • Frontend: React, TailwindCSS
  • Shared: TypeScript