Welcome to my simple Book Tracking App! This application helps you organize your reading list by categorizing books into three shelves: "Want To Read," "Currently Reading," and "Read."
Check out the live demo: Book Tracking App
-
Shelves:
- To Read:
- Add books you plan to read in the future.
- Currently Reading:
- Move books here when you are actively reading them.
- Done:
- Move books here once you have finished reading them.
- To Read:
-
Easy Management:
- Add, edit, and remove books with ease.
- Move books between shelves effortlessly.
- Clone the Repository:
git clone https://github.com/your-username/book-tracking-app.git cd book-tracking-app npm install npm run dev