Welcome to Book Tracker, a minimal yet functional CRUD (Create, Read, Update, Delete) web application for managing your book collection. Whether you're tracking books to read or ones you've finished, this app has you covered with a simple interface and persistent storage.
- Create: Add books with a title, author, and status.
- Read: See all your books displayed in a table.
- Update: Modify book details on the fly.
- Delete: Remove books you no longer need.
- Data is stored in MongoDB for persistence.
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Backend: Node.js with Express.js
- Database: MongoDB (Mongoose ORM)
- Dependencies: CORS for API communication
git clone <repository-url>
cd book-tracker