A simple web app for sharing book recommendations, categorizing them by topic, and voting on favorites. Built with React (frontend), Node.js/Express (backend), and SQLite (database).
- Frontend: React
- Backend: Node.js + Express
- Database: SQLite
npm install
npm run dev
- Share book recommendations
- Categorize books by topic
- Vote for books you want to read
See PRD.md for the full product requirements.