This program is designed to solve the age-old problem of tracking read books
| .idea | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Book Shelf
This program is designed to solve the age-old problem of tracking read books. Platforms like GoodReads often have incorrect page counts or lack sufficient books in their databases.
The program focuses on simplicity — you define the book's title, number of pages, and its ISBN yourself. All information is stored locally and can be synchronized via git, for example, as the data is saved in a JSON file.
This option is ideal for those who want to systematize their reading experience without the need for a social network. Initially, a CLI is planned, followed by a GUI.