Skip to content

MoussaAhmed1/my-readings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Tracking App

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."

Live Demo

Check out the live demo: Book Tracking App

Features

  • 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.
  • Easy Management:

    • Add, edit, and remove books with ease.
    • Move books between shelves effortlessly.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/your-username/book-tracking-app.git
    cd book-tracking-app
    npm install
    npm run dev