diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..eaf91e2
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/Books.iml b/.idea/Books.iml
new file mode 100644
index 0000000..d9e6024
--- /dev/null
+++ b/.idea/Books.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..06bb031
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..f5a93a6
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..04258ac
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..9661ac7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Atomic Habits - An Easy & Proven Way To Build Good Habits & Break Bad Ones.epub b/Atomic Habits - An Easy & Proven Way To Build Good Habits & Break Bad Ones.epub
new file mode 100644
index 0000000..bd1a564
Binary files /dev/null and b/Atomic Habits - An Easy & Proven Way To Build Good Habits & Break Bad Ones.epub differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fbda39a
--- /dev/null
+++ b/README.md
@@ -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! 📚✨