Read-it-later social network
1# potatonet 2 3Get started at [potatonet.app](https://potatonet.app) 🥔 4 5- [ ] `/<handle>/bookmarks`: bookmarks per user 6 - [x] fetch bookmarks 7 - [x] filter by query term 8 - [x] refresh bookmarks 9 - [x] filter by tags 10 - [ ] pagination 11- [ ] atproto auth 12 - [x] login/logout 13 - [ ] bookmark CRUD 14- [x] explore 15 - [x] query all bookmarks 16 - [x] filter explore 17 - [ ] pagination 18 - [ ] search bar `/search?q=<term>` 19 20> Special thanks to [pilcrowonpaper](https://pilcrowonpaper.com) for `@oslojs/encoding` library and the 21[encryption gist](https://gist.github.com/pilcrowonpaper/353318556029221c8e25f451b91e5f76) that the `encryption.ts` file is based on.