• TypeScript 57.7%
  • Svelte 40.6%
  • JavaScript 0.7%
  • CSS 0.6%
  • HTML 0.4%
Find a file
2023-04-30 23:11:37 +00:00
.husky feat: Add Husky pre-commit hooks 2022-12-05 21:59:47 +00:00
.vscode feat: Use New Context Menu Library 2023-03-18 23:13:18 +00:00
src feat: Add Mobile Action Buttons 2023-04-14 20:30:25 +00:00
static feat: Prove Ownership of Repo for BrowserStack 2023-04-07 20:51:51 +00:00
tests feat: Add Mobile Action Buttons 2023-04-14 20:30:25 +00:00
.c8rc.json feat: E2E Test Coverage 2023-02-14 20:39:22 +00:00
.editorconfig feat: Move towards Atomic Design 2023-01-02 01:42:29 +00:00
.env.sample chore: Remove redis 2023-04-09 11:02:11 +01:00
.eslintignore feat: Migrate to pnpm 2023-01-02 12:58:10 +00:00
.eslintrc.cjs feat: Add Mobile Action Buttons 2023-04-14 20:30:25 +00:00
.gitignore feat: Disable Mobile Dragging 2023-04-08 15:15:20 +00:00
.gitlab-ci.yml feat: Improve PB Client 2023-04-08 03:44:22 +00:00
.lintstagedrc feat: Move towards Atomic Design 2023-01-02 01:42:29 +00:00
.npmrc Initial commit 2022-11-26 22:50:01 +00:00
.nvmrc feat: Add Global Auth to E2E Tests 2023-03-19 18:52:21 +00:00
.nycrc.json feat: E2E Test Coverage 2023-02-14 20:39:22 +00:00
.prettierignore feat: E2E Test Coverage 2023-02-14 20:39:22 +00:00
.prettierrc feat: Allow users to create group 2023-01-25 22:52:25 +00:00
.tool-versions fix: E2E Coverage Job 2023-03-27 11:02:31 +00:00
docker-compose.yml chore: Update URL 2023-04-13 05:11:50 +01:00
LICENSE Add LICENSE 2022-12-28 09:49:59 +00:00
netlify.toml chore: Update URL 2023-04-13 05:11:50 +01:00
package.json chore(deps): update all non-major dependencies (patch) 2023-04-30 23:11:37 +00:00
playwright.config.ts fix: E2E Coverage Job 2023-03-27 11:02:31 +00:00
pnpm-lock.yaml chore(deps): update all non-major dependencies (patch) 2023-04-30 23:11:37 +00:00
postcss.config.cjs Add Basic Taskfile 2022-11-29 22:39:41 +00:00
README.md feat: Prove Ownership of Repo for BrowserStack 2023-04-07 20:51:51 +00:00
renovate.json chore: update renovate 2023-02-05 10:21:06 +00:00
setupTest.ts chore: Improve Molecule Tests 2023-02-08 23:17:13 +00:00
storageState.json feat: Add Global Auth to E2E Tests 2023-03-19 18:52:21 +00:00
svelte.config.js feat: Allow mobile users to share bookmarks to app 2023-04-07 10:26:55 +00:00
tailwind.config.cjs feat: VS Code Improvements 2023-01-01 00:08:02 +00:00
Taskfile.yml feat: Fetch Metadata URL 2023-04-10 15:10:23 +00:00
tsconfig.json feat: Add Global Loading State 2023-04-01 11:30:02 +00:00
vite.config.ts feat: Fetch Metadata URL 2023-04-10 15:10:23 +00:00

Bookmarkey GUI

Bookmarkey is a convenient bookmarking app that lets you save web pages and add RSS feeds. It is an open-source project built using SvelteKit and leveraging Pocketbase as its backend. Its modern interface is easy to use and allows you to organize bookmarks.

You can save articles for offline reading or share them with others. Bookmarkey simplifies your web browsing experience and keeps you organized.

Production

You can visit the site at: https://bookmarkey.app

Run Locally

Install go-task,

To setup the project locally you can do:

git@gitlab.com:bookmarkey/gui.git
cd gui
pnpm install

# starts docker with backend server and frontend gui
task start

Here are some related projects:

Appendix