forked from Technigo/project-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscript.js
319 lines (303 loc) · 9.94 KB
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
//book arrays provided by Technigo
const books = [
{
title: "The Great Gatsby",
author: "F. Scott Fitzgerald",
year: 1925,
genre: "Fiction",
rating: 4.2,
description:
"A classic novel set in the Roaring Twenties, it explores themes of wealth, love, and the American Dream through the enigmatic Jay Gatsby.",
image: "./books-images/the-great-gatsby.jpg",
},
{
title: "To Kill a Mockingbird",
author: "Harper Lee",
year: 1960,
genre: "Fiction",
rating: 4.5,
description:
"Set in the American South, this novel tackles issues of racism and injustice through the eyes of young Scout Finch.",
image: "./books-images/to-kill-a-mockingbird.jpg",
},
{
title: "1984",
author: "George Orwell",
year: 1949,
genre: "Science Fiction",
rating: 4.4,
description:
"A dystopian classic that explores totalitarianism and the consequences of a surveillance state in a bleak future.",
image: "./books-images/1984.jpg",
},
{
title: "Pride and Prejudice",
author: "Jane Austen",
year: 1813,
genre: "Fiction",
rating: 4.25,
description:
"A timeless romance novel that examines societal expectations and the misunderstandings that can arise from pride and prejudice.",
image: "./books-images/pride-and-prejudice.jpg",
},
{
title: "The Catcher in the Rye",
author: "J.D. Salinger",
year: 1951,
genre: "Fiction",
rating: 4,
description:
"Narrated by the teenage Holden Caulfield, the novel explores themes of alienation and the search for authenticity.",
image: "./books-images/unknown.jpg",
},
{
title: "The Hobbit",
author: "J.R.R. Tolkien",
year: 1937,
genre: "Fantasy",
rating: 4.6,
description:
"A fantasy adventure novel that follows Bilbo Baggins on a quest to help a group of dwarves reclaim their homeland from a dragon.",
image: "./books-images/the-hobbit.jpg",
},
{
title: "Harry Potter and the Sorcerer's Stone",
author: "J.K. Rowling",
year: 1997,
genre: "Fantasy",
rating: 4.7,
description:
"The first book in the beloved Harry Potter series, it introduces readers to the magical world of Hogwarts and the young wizard Harry Potter.",
image: "./books-images/harry-potter-and-the-sorcerer.jpg",
},
{
title: "Moby-Dick",
author: "Herman Melville",
year: 1851,
genre: "Adventure",
rating: 4.1,
description:
"An epic tale of obsession, revenge, and the relentless pursuit of the great white whale, Moby Dick.",
image: "./books-images/moby-dick.jpg",
},
{
title: "The Lord of the Rings: The Fellowship of the Ring",
author: "J.R.R. Tolkien",
year: 1954,
genre: "Fantasy",
rating: 4.55,
description:
"The first volume of the epic fantasy trilogy follows Frodo Baggins and the Fellowship on their quest to destroy the One Ring.",
image: "./books-images/the-lord-of-the-rings.jpg",
},
{
title: "The Shining",
author: "Stephen King",
year: 1977,
genre: "Horror",
rating: 4.3,
description:
"A psychological horror novel that tells the story of the Torrance family's terrifying experiences at the haunted Overlook Hotel.",
image: "./books-images/unknown.jpg",
},
{
title: "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",
author: "C.S. Lewis",
year: 1950,
genre: "Fantasy",
rating: 4.15,
description:
"The first book in the Chronicles of Narnia series, it follows the adventures of children who discover the magical land of Narnia.",
image: "./books-images/the-chronicles-of-narnia.jpg",
},
{
title: "The Da Vinci Code",
author: "Dan Brown",
year: 2003,
genre: "Mystery",
rating: 3.8,
description:
"A gripping mystery thriller that follows Harvard symbologist Robert Langdon as he unravels the secrets of the Da Vinci Code.",
image: "./books-images/unknown.jpg",
},
{
title: "The Alchemist",
author: "Paulo Coelho",
year: 1988,
genre: "Fiction",
rating: 4.25,
description:
"A philosophical novel that tells the story of Santiago, a shepherd boy, on his quest to discover his personal legend.",
image: "./books-images/unknown.jpg",
},
{
title: "The Hunger Games",
author: "Suzanne Collins",
year: 2008,
genre: "Science Fiction",
rating: 4.3,
description:
"In a dystopian future, Katniss Everdeen becomes a symbol of rebellion when she volunteers to take her sister's place in the brutal Hunger Games.",
image: "./books-images/unknown.jpg",
},
{
title: "The Girl with the Dragon Tattoo",
author: "Stieg Larsson",
year: 2005,
genre: "Mystery",
rating: 4.1,
description:
"A gripping mystery novel featuring investigative journalist Mikael Blomkvist and the enigmatic hacker Lisbeth Salander.",
image: "./books-images/unknown.jpg",
},
{
title: "The Road",
author: "Cormac McCarthy",
year: 2006,
genre: "Dystopian",
rating: 4,
description:
"Set in a post-apocalyptic world, it follows a father and son's harrowing journey to survive and find safety.",
image: "./books-images/unknown.jpg",
},
{
title: "The Hitchhiker's Guide to the Galaxy",
author: "Douglas Adams",
year: 1979,
genre: "Science Fiction",
rating: 4.35,
description:
"A comedic science fiction series that follows the misadventures of Arthur Dent after Earth's destruction.",
image: "./books-images/unknown.jpg",
},
{
title: "The Giver",
author: "Lois Lowry",
year: 1993,
genre: "Dystopian",
rating: 4.12,
description:
"A dystopian novel set in a seemingly perfect society where young Jonas discovers the dark truth beneath the surface.",
image: "./books-images/unknown.jpg",
},
];
// basic requirements
// DOM elements
const libraryContainer = document.getElementById("library-container");
const dropdownGenre = document.getElementById("filter-genre");
const sortButton = document.getElementById("sorting-button");
const randomBookButton = document.getElementById("random-book");
const randomBookContainer = document.getElementById("random-book-container");
// display books (with an optional genre filter)
const showBookContent = (arrayOfBooks, genreFilter = "all") => {
// takes an array of book objects and an optional genre filter as parameters
libraryContainer.innerHTML = ""; //clears the content of the library container
// Filter books based on the genre if the filter is not 'all'
const filteredBooks =
genreFilter === "all"
? arrayOfBooks
: arrayOfBooks.filter(
(book) => book.genre.toLowerCase() === genreFilter.toLowerCase()
);
//Display filtered books
filteredBooks.forEach((book) => {
// iterates over each book
libraryContainer.innerHTML += `<div class=card>
<img id="covers" src=${book.image}>
<h2>${book.title}</h2>
<p>by ${book.author} | ${book.year}</p>
<div class="description">
<p>${book.description}</p>
</div>
<div class="genre-rating">
<p>${book.genre}</p>
<p>Rating ${book.rating}</p>
</div>
</div>`;
});
};
// Event listener for dropdown change
dropdownGenre.addEventListener("change", (event) => {
const selectedGenre = event.target.value; // Get the selected genre
showBookContent(books, selectedGenre); // Display books based on the selected genre
});
//call the function - displays all books initially
showBookContent(books);
//filter by genre
const filterGenre = () => {};
//sorting function
let sortAscending = true;
const sortBooksByTitle = () => {
books.sort((a, b) => {
const titleA = a.title.toUpperCase();
const titleB = b.title.toUpperCase();
return sortAscending
? titleA.localeCompare(titleB)
: titleB.localeCompare(titleA);
});
sortAscending = !sortAscending;
showBookContent(books);
sortButton.src = sortAscending
? "icons/absteigend-sortieren.png"
: "icons/aufsteigend-sortieren.png";
};
//random button calculations
const randomBook = () => {
const randomIndex = Math.floor(Math.random() * books.length);
const selectedBook = books[randomIndex];
//to display the random book
randomBookContainer.innerHTML = `
<div class="card random">
<h2>This is a randomly selected book</h2>
<img id="covers" src="${selectedBook.image}">
<h2>${selectedBook.title}</h2>
<p>by ${selectedBook.author} | ${selectedBook.year}</p>
<div class="description">
<p>${selectedBook.description}</p>
</div>
<div class="genre-rating">
<p>${selectedBook.genre}</p>
<p>Rating ${selectedBook.rating}</p>
</div>
</div>`;
};
//Eventlistener
sortButton.addEventListener("click", sortBooksByTitle);
randomBookButton.addEventListener("click", randomBook);
// filter by year
// function that takes minYear and mayYear as parameters to specify a range
const filterByYear = (minYear, maxYear) => {
const filteredBooks = books.filter(
(book) => book.year >= minYear && book.year <= maxYear
);
showBookContent(filteredBooks);
};
// Event listener added to the dropdown with the id "filter-year"
document.getElementById("filter-year").addEventListener("change", (event) => {
//function that determines the range of years based on the selected options (cases)
const selectedYear = event.target.value;
let minYear, maxYear;
switch (selectedYear) {
case "19th":
minYear = 1801;
maxYear = 1900;
break;
case "20th":
minYear = 1901;
maxYear = 2000;
break;
case "post20th":
minYear = 2001;
maxYear = new Date().getFullYear();
//new Date() creates a new date object representing the current date/time.
//getFullYear returnes the current year as a four digit number (e.g. 2024)
//maxYear = makes sure that the filter includes books up to current year
break;
default:
minYear = 0;
maxYear = new Date().getFullYear();
break;
}
//call the function
filterByYear(minYear, maxYear);
});