Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 939 Bytes

File metadata and controls

30 lines (23 loc) · 939 Bytes

Book-Buddy Tracker

Tier: 1 – Beginner

Description

Book-Buddy Tracker helps users manage books they want to read, are currently reading, or have finished, along with reading progress.

Purpose of the Application

To learn basic state transitions, list filtering, and persistence.

Resources Needed

  • LocalStorage or simple database
  • Optional: Google Books API for book lookup

User Stories

  • User can add a book with title and author.
  • User can categorize a book: "Wishlist", "Reading", "Finished".
  • User can mark progress or completion status.
  • User can view lists filtered by reading status.
  • User can delete or update entries.

Bonus Features

  • Fetch book details via ISBN using Google Books API.
  • Display reading statistics.
  • Share finished book lists with friends.

Useful Links and Resources

Example Projects

  • Reading log mobile/web apps