Skip to content

Commit

Permalink
Add screenshots of the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Apr 19, 2023
1 parent b1f44fb commit d1636e8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,24 @@ Features:
- Export entire library
- Compare reading rates between years
- Show insights about your favorite books
- Search your entire book library

Also, check out
my [Calendar Plus](https://chrome.google.com/webstore/detail/calendar-plus/kgbbebdcmdgkbopcffmpgkgcmcoomhmh)
extension for Google Calendar power users.

Can compare reading rate between the years
![](./docs/img/year-by-year.jpg)

Can see how long it took to read each book
![](./docs/img/single-year.jpg)

Can get an extensive breakdown and insights
![](./docs/img/analytics.jpg)

Can search and filter your entire library
![](./docs/img/search-and-sort.jpg)

## Installation

Pre-requisites:
Expand Down
Binary file added docs/img/analytics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/search-and-sort.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/single-year.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/year-by-year.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/src/components/Extension/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import { App } from './App';

/*
* TODO: publish to webstore and post link in README.md
* TODO: add screenshots
* TODO: upload Markquee promo
* TODO: upload youtube video
* TODO: add to portfolio
*/

const root = ReactDOM.createRoot(document.getElementById('root')!);
Expand Down

0 comments on commit d1636e8

Please sign in to comment.