ReadLister is a web app that helps manage reading lists by categorizing books into:
- Currently Reading
- Want to Read
- Already Read
- Search and add books using the Google Books API.
- Categorize books into three sections.
- Persistent data using
localStorage
.
- Clone the repository:
git clone https://github.com/your-username/readlister.git
- Open
index.html
in your browser.
- Search books and add them to your list.
- Move books between categories.
index.html
: Main HTML file.styles.css
: App styles.script.js
: Handles book management and search.