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

Shubhats branch #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/Books.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Book Repository Documentation

## Introduction

Welcome to the Book Repository! This repository serves as a centralized location for storing electronic versions of books. Each book is represented by a file,
and the name of the file corresponds to the title of the book.

## Repository Structure

The repository is organized with a simple and intuitive structure. All books are stored directly in the root directory, and the filenames match the titles of the respective books.

```plaintext
/book-repository
├── Book1_Title.txt
├── Book2_AnotherTitle.pdf
├── Book3_ExcitingAdventure.epub
└── ...
```

## Usage

### Accessing Books

To access a specific book, simply navigate to the repository and locate the file with the corresponding title. The file extension indicates the format of the book (e.g., txt, pdf, epub).

### Adding Books

To add a new book to the repository, follow these steps:

1. Upload the book file directly to the root directory.
2. Ensure the filename reflects the title of the book.
3. Avoid special characters and spaces in filenames for better compatibility.

```plaintext
/book-repository
├── Book1_Title.txt
├── Book2_AnotherTitle.pdf
├── Book3_ExcitingAdventure.epub
├── Book4_NewRelease.mobi
└── ...
```

Feel free to explore, read, and contribute to the Book Repository!

Happy reading! 📚✨