A digital book tracker built with HTML, CSS, and JavaScript.
- Add books with details like title, author, year of publication, number of pages, a cover image, and a rating.
- See library stats: total books, unique authors, read/unread counts, latest addition.
- Re-load sample library to test the interface if library is empty.
- Data persistence with LocalStorage.
- Development: Visual Studio Code
- Version Control: Git and GitHub
- Google Fonts for typography
- Wikimedia for book covers
- Improved my proficiency in DOM manipulation and event handling in JavaScript.
- More practice with implementing responsive design using CSS Grid.
- First successful attempt at implementing persistent storage with LocalStorage.
- Clone the repository.
- Open
index.html
in your browser. - Click on the + Add Book button to add books manually.
- Use the Load Sample Library button to explore the sample library.
- Manage your library by marking books as read/unread, or removing them.