{"id":18048441,"url":"https://github.com/ch8n/brainmark","last_synced_at":"2025-04-10T09:51:22.161Z","repository":{"id":43672012,"uuid":"511229044","full_name":"ch8n/Brainmark","owner":"ch8n","description":"Kotlin Multi-platform Bookmark Manager","archived":false,"fork":false,"pushed_at":"2022-10-30T14:45:56.000Z","size":1493,"stargazers_count":34,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T08:47:26.986Z","etag":null,"topics":["android","hacktoberfest","kmp","kotlin","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ch8n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-06T17:18:15.000Z","updated_at":"2025-01-12T04:27:58.000Z","dependencies_parsed_at":"2023-01-20T05:17:03.974Z","dependency_job_id":null,"html_url":"https://github.com/ch8n/Brainmark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FBrainmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FBrainmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FBrainmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FBrainmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ch8n","download_url":"https://codeload.github.com/ch8n/Brainmark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197873,"owners_count":21063622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","hacktoberfest","kmp","kotlin","kotlin-multiplatform"],"created_at":"2024-10-30T20:12:56.272Z","updated_at":"2025-04-10T09:51:22.137Z","avatar_url":"https://github.com/ch8n.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainmark - WIP\n\nKMM Bookmark Manager\n\n# Inspiration\n\nI bookmark lots of articles and videos and never revisit them, It would have been great if I could get some\nnotifications regarding bookmarks that are getting old and could lose relevance, and even if I reviewed them, having\nsome way to extract key points would be great.\n\nSo with this application I'm planning create a system where I can search my bookmarks, store key points, and search\nthrough all of them.\n\n# Contribution\n\nI have been building this from Scratch, Contributions are welcome in form of PRs. Before your contribution I would like\nyou to open a discussion or Issue on the Github Repository. I'm open for all the feedback regarding application\narchitecture, features and platforms.\n\n# Application Features\n\n1. Add Bookmark manually by opening form\n2. Add Bookmark by share shortcut,\n3. Format time supported is url so url formats are supported\n4. You can CRUD tags and apply them to Bookmark\n5. Bookmarks are filtered based on Tags\n6. UnTagged bookmarks can be filtered separately.\n7. Every bookmark is scheduled for read later\n8. Once readed then should be marked archived\n9. On archievd you are asked to submit summary/keypoints as links in the page\n10. Keypoints are displayed as - reminders or flashcards - on home page or in app notificatiins\n11. Database should be synced to multiple devices/platform thus require server\n    1. Server db could be google sheet? -- not sure\n\n# Design System\n\n[Figma link](https://www.figma.com/file/mexiothtFvdlsQ5G8Pnfx1/BrainMark?node-id=0%3A1)\n\n# Preview - WIP\n\n\u003ctable\u003e\n  \u003ctr\u003e \u003ch3\u003eMobile Wireframes - Android \u0026 IOS\u003c/h3\u003e \u003c/tr\u003e\n  \u003ctr\u003e\u003cimg src=\"./asset/asset1.jpeg\" height=580px/\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003cimg src=\"./asset/asset2.jpeg\" height=580px/\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003cimg src=\"./asset/asset3.jpeg\" height=580px/\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n# Application TechStack\n\n1. Kotlin Multiplatform for code sharing\n2. Gradle Plugins\n    1. buildKonfig - Multiplatform BuildConfig.\n3. Common Code :\n    1. Database\n        1. SqlDelight + GradlePlugin\n    2. Network\n        1. Ktor\n    3. Dependency Injection\n        1. Manual DI\n    4. Async\n        1. Coroutines\n        2. Flows\n    5. Navigation\n        1. Decompose\n    6. Utils\n        1. SerializationX\n        2. UUID\n        3. Lifecycle - Multiplatform\n        4. Decompose - Lifecycle\n        5. Decompose - BackPressDispatcher\n        6. Decompose - Parcelable\n        7. DataTime - KotlinX\n    7. Resources\n        1. MokoResources + GradlePlugin - Font Loading\n\n4. Android :\n    1. Image loading\n        1. Coil\n    2. UI toolkit\n        1. Jetpack Compose\n        2. Accompanist\n            1. FlowLayout\n            2. PlaceHolder\n        3. Android Components\n            1. WebView\n    3. Utilities\n5. Desktop : WIP\n6. Server : WIP\n7. IOS : WIP\n8. Web : WIP\n9. Wear OS : WIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch8n%2Fbrainmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fch8n%2Fbrainmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch8n%2Fbrainmark/lists"}