snehaj27
4a8b11a5cc
Update README.md
2020-10-21 21:52:38 +05:30
snehaj27
5117828a9d
Update README.md
2020-10-21 21:52:38 +05:30
Samisha
e74a6e1ec0
fixed the text clashing pf reading list and filter
2020-10-20 23:03:14 +05:30
ana-vela
c9b56c3a4f
Adding Bird by Bird
2020-10-20 23:00:43 +05:30
Bhupendrapt5
5c56e8540f
Added One Day In Life Of Ivan denisovich
2020-10-20 23:00:06 +05:30
Bhupendrapt5
33d545a26b
Added Thousands splendid Suns
2020-10-20 23:00:06 +05:30
Bhupendrapt5
3489f3d5c3
Updated publish year of The Book Thief & The Help
2020-10-20 23:00:06 +05:30
Sanket
28c6f9eaf8
Business book addition
2020-10-20 22:58:47 +05:30
Jackson Isaac
ce30d8b8b4
Fix typo in sample config file
2020-10-20 22:51:21 +05:30
Jackson Isaac
2656b43f51
Add new book: How Google Works
2020-10-20 22:50:25 +05:30
Jackson Isaac
50b542189c
README.md: Add info about goodreads api
2020-10-20 00:51:51 +05:30
Sanket
3a0b94c846
Economics bood addition
2020-10-20 00:27:52 +05:30
Vladimir Tasic
2412ec36f9
Add react key for nav items
2020-10-20 00:26:59 +05:30
Vladimir Tasic
c2aae6dbd5
Remove react-native prop from react project (dev console error)
2020-10-20 00:26:32 +05:30
syd645
c03eab472b
Added Educated by Tara Westover
2020-10-20 00:26:06 +05:30
Sanket
4bde8e6f0f
Autobiography added
2020-10-18 23:01:27 +05:30
Vishnu KS
6bac7895ac
Remove requirements.txt.
2020-10-18 16:29:03 +05:30
Vishnu KS
3bbc985ea3
utils: Include instructions on installing requirments.
2020-10-18 16:15:07 +05:30
Vishnu KS
a226450410
utils: Update requirments.txt.
2020-10-18 16:10:29 +05:30
veerbhadrasolanki
d5c6cd0be6
Add a book in Logic and Problem Solving
2020-10-18 11:42:40 +05:30
Irsyad Rahman
97522a0332
Improve bookcard UI responsiveness ( #231 )
...
* Improve bookcard responsive UI
* Hamburger menu
* Resolved conflict, mergin to upstream
* fix missing bookmark button
2020-10-18 11:39:57 +05:30
Deborah
d656841cb3
Edited the title of the book The Slight Edge
2020-10-17 23:06:54 +05:30
Deborah
f62088d411
Added The Slight Edge in Philosophy and Psychology
2020-10-17 23:06:54 +05:30
Eshan Agarwal
c85124cc55
Added a book Never Split the Difference in Startups and Business
2020-10-17 23:03:30 +05:30
Matteo Ruggiero
1489b1359e
Adding a book ( #262 )
...
* Update README.md
Added The little prince, a classic book for children and old people, very educational
* Update README.md
* Update README.md
2020-10-17 01:17:57 +05:30
palak
e9e9b6755c
changes to the sidebar, cards and footer ( #237 )
...
* added responsiveness to sidebar and sticky footer
* remobed unused vars
* added functionality to read more button
* a minor logical error fixed
* removed footer
2020-10-17 01:14:03 +05:30
Miguel Martín-Maestro López
18cc21b60d
Update README.md
...
Add book The Sixth Extinction: An Unnatural History
2020-10-15 23:50:27 +05:30
Nickerchen
050ad48cd8
Added superforecasting ( #265 )
...
* Added The Language Instinct
* Added Superforecasting
Removed extra book
Co-authored-by: Vishnu Ks <yo@vishnuks.com >
2020-10-15 23:49:06 +05:30
Sarrthak
eedf0ba7f1
Corrected Seq in Logic and Problem solving
2020-10-15 23:46:28 +05:30
Sarrthak
819ce9ba7c
New book added to problem solving
2020-10-15 23:46:28 +05:30
Oleg Semenov
fe5aefd2c6
Added a book to Science and Medicine section
2020-10-15 23:37:54 +05:30
The Dude..io
30141d31f3
Smaller sidebar, visible header ( #250 )
2020-10-15 23:35:04 +05:30
Vishnu KS
1bfb3321a3
Add link to diff.blog.
2020-10-15 23:34:01 +05:30
Hrithik Singh
69d0848ed5
Added "My Inventions"
...
Added My Inventions: The Autobiography of Nikola Tesla into " Autobiographies and Biographies "
2020-10-15 01:52:56 +05:30
Unknown
43345db743
Added author of Passions within reason
2020-10-15 01:41:38 +05:30
Unknown
4daab218a0
Add passions within reason
2020-10-15 01:41:38 +05:30
Unknown
b3982bd426
Added The Language Instinct
2020-10-15 01:41:12 +05:30
Unknown
f258bea951
Added the elephant in the brain
2020-10-15 01:39:09 +05:30
ale2157
5163baa13b
Added Gift of Fear
...
Added the book The Gift of Fear, a psychological and self-help book.
2020-10-15 01:35:33 +05:30
Hyunsujk
cd2c9ee334
ignore package-lock
2020-10-15 01:33:00 +05:30
Hyunsujk
8dbfeb1059
added key to FIELDS_TO_SORT_BY.map to resolve warning
2020-10-15 01:31:33 +05:30
Carl Dungca
9f2a822a54
Feature added: Mark to read ( #252 )
...
* Rendered a static reading list button to each bookcard component
* Attached click listener to bookmark button to log book data
* Clicking bookmark button saves book information to a localStorage array
* Updated card height to account for button
* Updated saveBookToLocalStorage function to use objects instead of arrays
* Can now toggle books in and out of localStorage
* Reverted previous 4 commits so that data isn't directly written to localStorage
* Created a sidebar link to reading list
* Added placeholder bookmarks page
* Bookmark button now updates state in index.js
* Initialized context API
* Wrote a reducer function to handle bookmark state changes
* Configured reducer to add books in and out of state
* Reading list is now preserved between state AND localStorage when changing categories
* Fixed some code format issues
* Rendered saved books in reading list component
* Toggle apperance of bookmark button
* Hacky fix for positioning of reading list sidebar link
* Adjusted style and alignment of bookmark button
* Added check to determine if window is defined in useEffect
* Exported the gatsby-ssr API
2020-10-15 01:30:46 +05:30
Elysia Ong
ef9fc03843
Style book card
2020-10-12 14:33:43 +05:30
Elysia Ong
454ada1ee6
Use goodreads icon
2020-10-12 14:33:43 +05:30
Elysia Ong
e2264c0eeb
Fix typo in method name
2020-10-12 14:33:43 +05:30
Elysia Ong
695d92f465
Revert "Revert "Include goodreads image.""
...
This reverts commit f4446aff07 .
2020-10-12 14:33:43 +05:30
Vishnu Ks
549b560748
Update CONTRIBUTING.md
2020-10-12 14:24:28 +05:30
Vishnu Ks
7bd8e6682b
Update CONTRIBUTING.md
2020-10-12 14:23:22 +05:30
Vishnu KS
f4446aff07
Revert "Include goodreads image."
...
This reverts commit 872b09fe52 .
2020-10-12 13:28:54 +05:30
Vishnu KS
fbec5ca04a
Move when to run script to top.
2020-10-12 13:00:07 +05:30