-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
182 lines (181 loc) · 6.59 KB
/
Copy pathdata.js
File metadata and controls
182 lines (181 loc) · 6.59 KB
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
export const books = [
{
id: 1,
title: "The Great Gatsby",
author: "F. Scott Fitzgerald",
category: "Classic",
cover: "https://images.unsplash.com/photo-1544947950-fa07a98d237f?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.8
},
{
id: 2,
title: "Clean Code",
author: "Robert C. Martin",
category: "Technology",
cover: "https://images.unsplash.com/photo-1516116216624-53e697fedbea?auto=format&fit=crop&q=80&w=800",
status: "Borrowed",
rating: 4.9
},
{
id: 3,
title: "The Design of Everyday Things",
author: "Don Norman",
category: "Design",
cover: "https://images.unsplash.com/photo-1586075010923-2dd4570fb338?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.7
},
{
id: 4,
title: "Dune",
author: "Frank Herbert",
category: "Sci-Fi",
cover: "https://images.unsplash.com/photo-1541963463532-d68292c34b19?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.9
},
{
id: 5,
title: "Atomic Habits",
author: "James Clear",
category: "Self-Help",
cover: "https://images.unsplash.com/photo-1589829085413-56de8ae18c73?auto=format&fit=crop&q=80&w=800",
status: "Borrowed",
rating: 4.8
},
{
id: 6,
title: "1984",
author: "George Orwell",
category: "Classic",
cover: "https://images.unsplash.com/photo-1535905557558-afc4877a26fc?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.9
},
{
id: 7,
title: "Thinking, Fast and Slow",
author: "Daniel Kahneman",
category: "Self-Help",
cover: "https://images.unsplash.com/photo-1555252333-9f8e92e65df4?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.6
},
{
id: 8,
title: "JavaScript: The Good Parts",
author: "Douglas Crockford",
category: "Technology",
cover: "https://images.unsplash.com/photo-1579468118864-1b9ea3c0db4a?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.4
},
{
id: 9,
title: "Don't Make Me Think",
author: "Steve Krug",
category: "Design",
cover: "https://images.unsplash.com/photo-1550399105-c4db5fb85c18?auto=format&fit=crop&q=80&w=800",
status: "Borrowed",
rating: 4.8
},
{
id: 10,
title: "Ender's Game",
author: "Orson Scott Card",
category: "Sci-Fi",
cover: "https://images.unsplash.com/photo-1531518326826-d2c525c78605?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.7
},
{
id: 11,
title: "Pride and Prejudice",
author: "Jane Austen",
category: "Classic",
cover: "https://images.unsplash.com/photo-1543002588-bfa74002ed7e?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.8
},
{
id: 12,
title: "Refactoring",
author: "Martin Fowler",
category: "Technology",
cover: "https://images.unsplash.com/photo-1532012197267-da84d127e765?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.9
},
{
id: 13,
title: "The Pragmatic Programmer",
author: "Andrew Hunt",
category: "Technology",
cover: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.8,
summary: "One of the most significant books in my life. Obsolete in some areas, but the core concepts are timeless. A must-read for any software engineer."
},
{
id: 14,
title: "To Kill a Mockingbird",
author: "Harper Lee",
category: "Classic",
cover: "https://images.unsplash.com/photo-1544716278-ca5e3f4abd8c?auto=format&fit=crop&q=80&w=800",
status: "Borrowed",
rating: 4.9,
summary: "A novel by Harper Lee published in 1960. Instantly successful, widely read in high schools and middle schools in the United States, it has become a classic of modern American literature."
},
{
id: 15,
title: "Universal Principles of Design",
author: "William Lidwell",
category: "Design",
cover: "https://images.unsplash.com/photo-1505330622279-bf7d7fc918f4?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.6,
summary: "A comprehensive, cross-disciplinary encyclopedia of design. Richly illustrated and easy to navigate."
},
{
id: 16,
title: "Neuromancer",
author: "William Gibson",
category: "Sci-Fi",
cover: "https://images.unsplash.com/photo-1614726365723-49cfae9e992a?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.5,
summary: "A 1984 science fiction novel by American-Canadian writer William Gibson. It is considered to be one of the earliest and best-known works in the cyberpunk genre."
},
{
id: 17,
title: "The Power of Habit",
author: "Charles Duhigg",
category: "Self-Help",
cover: "https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.7,
summary: "Explores the science behind habit creation and reformation. Ideally for those looking to understand why we do what we do."
},
{
id: 18,
title: "Sapiens: A Brief History of Humankind",
author: "Yuval Noah Harari",
category: "Classic",
cover: "https://images.unsplash.com/photo-1544947950-fa07a98d237f?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.8,
summary: "A book by Yuval Noah Harari, first published in Hebrew in Israel in 2011 based on a series of lectures Harari taught at The Hebrew University of Jerusalem."
},
{
id: 19,
title: "Zero to One",
author: "Peter Thiel",
category: "Technology",
cover: "https://images.unsplash.com/photo-1555252333-9f8e92e65df4?auto=format&fit=crop&q=80&w=800",
status: "Available",
rating: 4.7,
summary: "Notes on Startups, or How to Build the Future is a 2014 book by the American venture capitalist, PayPal co-founder, and early Facebook investor Peter Thiel."
}
];
export const categories = ["All", "Classic", "Technology", "Design", "Sci-Fi", "Self-Help"];