Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance code structure and book management #142

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    dd7a18b View commit details
    Browse the repository at this point in the history
  2. Enhance code structure and book management

    Refactored the code into ES6 modules, allowing for better organization and reusability of functionalities.
    Most features are now encapsulated in modules, making maintenance and testing easier.
    Integrated a books.json file to dynamically add all books.
    Created the reading.html page to display book metadata dynamically.
    Developed the reading.js file to manage the logic for the reading.html page.
    YakeDev committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    46e0fa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b8b61 View commit details
    Browse the repository at this point in the history