Commit Graph

19 Commits

Author SHA1 Message Date
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
695d92f465 Revert "Revert "Include goodreads image.""
This reverts commit f4446aff07.
2020-10-12 14:33:43 +05:30
Vishnu KS
f4446aff07 Revert "Include goodreads image."
This reverts commit 872b09fe52.
2020-10-12 13:28:54 +05:30
Vishnu KS
872b09fe52 Include goodreads image. 2020-10-12 11:44:57 +05:30
Triin
de1bba855f Improved accessibility according to WCAG 2020-10-11 00:21:09 +05:30
Vishnu KS
c6197e9646 app: Include amazon links. 2020-09-27 16:02:12 +05:30
Vishnu KS
9fe8505ea4 utils: Store only text as description. 2020-08-23 23:10:26 +05:30
Vishnu KS
f985c157d9 Install eslint and prettier. 2020-08-23 00:57:54 +05:30
Vishnu KS
b8b957805e Bring back stars. 2020-08-22 16:50:14 +05:30
Vishnu KS
d620d9d08b Make basic version work using bootstrap. 2020-08-22 16:48:13 +05:30
Liel Fridman
f50bdf9006 Improving the UI of book cards 2019-10-19 12:19:45 +05:30
Vishnu KS
3d24c54a6c src: Use shoe dog book as cover photo. 2019-10-18 19:43:07 +05:30
Denni Bevilacqua
b4b005460f Fix css class attribute in BookCard 2019-10-18 19:34:45 +05:30
Josh RosenHanst
fb6e2e8b5d React error fixes (#180)
* fix className errors by replacing class= with className= in templates; remove unused imports

* fix component key warning by adding the node.id key to the component
2019-10-17 11:51:25 +05:30
Josh PC
89cdab6ad2 fix <div> inside <p> warning 2019-10-17 11:47:20 +05:30
Josh PC
bba3cfe578 add and implement react-star-ratings library 2019-10-17 11:47:20 +05:30
Josh PC
b9e8ae5bbf add year and ratings text display 2019-10-17 11:47:20 +05:30
Vishnu KS
15c5cd8505 app: Create basic app. 2019-10-13 20:19:56 +05:30