diff --git a/books.json b/books.json
new file mode 100644
index 0000000..0a56813
--- /dev/null
+++ b/books.json
@@ -0,0 +1,91 @@
+[
+ {
+ "title": "The Great Gatsby",
+ "author": "F. Scott Fitzgerald",
+ "image": "images/gatsby.png",
+ "genre": "Tragedy",
+ "year": 1925,
+ "language": "English"
+ },
+ {
+ "title": "To Kill a Mockingbird",
+ "author": "Harper Lee",
+ "image": "images/to-kill-a-mockingbird.png",
+ "genre": "Southern Gothic",
+ "year": 1960,
+ "language": "English"
+ },
+ {
+ "title": "1984",
+ "author": "George Orwell",
+ "image": "images/1984.png",
+ "genre": "Dystopian",
+ "year": 1949,
+ "language": "English"
+ },
+ {
+ "title": "Moby Dick",
+ "author": "Herman Melville",
+ "image": "images/moby-dick.png",
+ "genre": "Adventure",
+ "year": 1851,
+ "language": "English"
+ },
+ {
+ "title": "The Catcher in the Rye",
+ "author": "J.D. Salinger",
+ "image": "images/catcher.png",
+ "genre": "Realistic",
+ "year": 1951,
+ "language": "English"
+ },
+ {
+ "title": "Pride and Prejudice",
+ "author": "Jane Austen",
+ "image": "images/pride-and-prejudice.png",
+ "genre": "Classic Regency",
+ "year": 1813,
+ "language": "English"
+ },
+ {
+ "title": "Hiroshima",
+ "author": "John Hersey",
+ "image": "images/hiroshima.jpg",
+ "genre": "Historic",
+ "year": 1946,
+ "language": "English"
+ },
+ {
+ "title": "The Hobbit",
+ "author": "J.R.R. Tolkien",
+ "image": "images/hobbit.png",
+ "genre": "Fantasy",
+ "year": 1937,
+ "language": "English"
+ },
+ {
+ "title": "Fahrenheit 451",
+ "author": "Ray Bradbury",
+ "image": "images/fahrenheit.png",
+ "genre": "Science Fiction",
+ "year": 1953,
+ "language": "English"
+ },
+ {
+ "title": "Енеїда",
+ "author": "Іван Котляревський",
+ "image": "images/eneyida.jpeg",
+ "genre": "Burlesque",
+ "year": 1798,
+ "language": "Українська"
+ },
+ {
+ "title": "Кайдашева Сім'я",
+ "author": "Іван Нечуй-Левицький",
+ "image": "images/kaydasheva-simya.jpg",
+ "genre": "Social",
+ "year": 1879,
+ "language": "Українська"
+ }
+
+]
\ No newline at end of file
diff --git a/favorites.html b/favorites.html
new file mode 100644
index 0000000..998f65a
--- /dev/null
+++ b/favorites.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+ Online Book Library
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/images/1984.png b/images/1984.png
new file mode 100644
index 0000000..1696ad6
Binary files /dev/null and b/images/1984.png differ
diff --git a/images/arrow.svg b/images/arrow.svg
new file mode 100644
index 0000000..eaa659d
--- /dev/null
+++ b/images/arrow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/images/catcher.png b/images/catcher.png
new file mode 100644
index 0000000..db61ded
Binary files /dev/null and b/images/catcher.png differ
diff --git a/images/eneyida.jpeg b/images/eneyida.jpeg
new file mode 100644
index 0000000..fdc0a55
Binary files /dev/null and b/images/eneyida.jpeg differ
diff --git a/images/fahrenheit.png b/images/fahrenheit.png
new file mode 100644
index 0000000..3f2a3ae
Binary files /dev/null and b/images/fahrenheit.png differ
diff --git a/images/gatsby.png b/images/gatsby.png
new file mode 100644
index 0000000..a9e09bd
Binary files /dev/null and b/images/gatsby.png differ
diff --git a/images/hiroshima.jpg b/images/hiroshima.jpg
new file mode 100644
index 0000000..d8ad2af
Binary files /dev/null and b/images/hiroshima.jpg differ
diff --git a/images/hobbit.png b/images/hobbit.png
new file mode 100644
index 0000000..7d2d083
Binary files /dev/null and b/images/hobbit.png differ
diff --git a/images/kaydasheva-simya.jpg b/images/kaydasheva-simya.jpg
new file mode 100644
index 0000000..15e48e7
Binary files /dev/null and b/images/kaydasheva-simya.jpg differ
diff --git a/images/moby-dick.png b/images/moby-dick.png
new file mode 100644
index 0000000..83db099
Binary files /dev/null and b/images/moby-dick.png differ
diff --git a/images/pride-and-prejudice.png b/images/pride-and-prejudice.png
new file mode 100644
index 0000000..15867d2
Binary files /dev/null and b/images/pride-and-prejudice.png differ
diff --git a/images/sapiens.png b/images/sapiens.png
new file mode 100644
index 0000000..cd8f60f
Binary files /dev/null and b/images/sapiens.png differ
diff --git a/images/to-kill-a-mockingbird.png b/images/to-kill-a-mockingbird.png
new file mode 100644
index 0000000..10eb060
Binary files /dev/null and b/images/to-kill-a-mockingbird.png differ
diff --git a/index.html b/index.html
index 09c6dc0..fd2936c 100644
--- a/index.html
+++ b/index.html
@@ -3,11 +3,83 @@
- Simple HTML Page
+ Online Book Library
+
+
+
+
+
+