{"id":25111840,"url":"https://github.com/mucahit-sahin/cluesapp","last_synced_at":"2026-04-28T20:06:41.901Z","repository":{"id":272071023,"uuid":"912334870","full_name":"mucahit-sahin/CluesApp","owner":"mucahit-sahin","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-11T21:19:59.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T10:18:07.878Z","etag":null,"topics":["cursorai","desktop-app","electron","javascript","sticky-notes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mucahit-sahin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-05T09:31:59.000Z","updated_at":"2025-01-11T21:02:45.000Z","dependencies_parsed_at":"2025-01-11T22:18:26.722Z","dependency_job_id":"ba026a94-8231-4947-93ed-fad42858f374","html_url":"https://github.com/mucahit-sahin/CluesApp","commit_stats":null,"previous_names":["mucahit-sahin/cluesapp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucahit-sahin%2FCluesApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucahit-sahin%2FCluesApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucahit-sahin%2FCluesApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucahit-sahin%2FCluesApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mucahit-sahin","download_url":"https://codeload.github.com/mucahit-sahin/CluesApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246794210,"owners_count":20834938,"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":["cursorai","desktop-app","electron","javascript","sticky-notes"],"created_at":"2025-02-08T01:28:17.283Z","updated_at":"2026-04-28T20:06:41.871Z","avatar_url":"https://github.com/mucahit-sahin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clues App\n\nA beautiful sticky notes application built with Electron.js that allows you to create, connect, and organize your thoughts visually.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"screenshots/board.png\" alt=\"Clues App Screenshot\" width=\"800\"/\u003e\n\u003c/div\u003e\n\n\u003e This project is inspired by [Clues.app](https://github.com/f/Clues.app) created by [Fatih Kadir Akın](https://github.com/f) and was built using [Cursor IDE](https://cursor.sh/), an AI-powered code editor.\n\n## Features\n\n- 📝 Create and manage sticky notes\n- 🔗 Connect related notes with customizable lines\n- 🎨 Customize note colors with a beautiful color palette\n- 📱 Drag and drop support for easy organization\n- 🖼️ Support for images (drag and drop)\n- 💾 Save and load multiple boards\n- 🌓 Light/Dark theme support\n- ✍️ Rich text formatting (Bold, Italic, Underline, Strikethrough)\n- 🔍 Search through your notes\n- 📂 Organize multiple boards\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/mucahit-sahin/CluesApp.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd CluesApp\n```\n\n3. Install dependencies:\n\n```bash\nnpm install\n```\n\n4. Start the application:\n\n```bash\nnpm start\n```\n\n## Usage\n\n### Creating Notes\n\n- Click the \"+\" button in the toolbar to create a new note\n- Drag notes around to organize them\n- Double-click on a note to edit its content\n- Right-click on a note to:\n  - Change its color\n  - Delete it\n\n### Connecting Notes\n\n1. Click the chain icon (🔗) in the toolbar to enter connection mode\n2. Click on the pin of the first note\n3. Click on the pin of the second note to create a connection\n4. Choose connection styles:\n   - Solid line\n   - Dashed line\n   - Animated line\n\n### Text Formatting\n\nSelect text in a note to access the formatting toolbar:\n\n- **B** - Bold\n- _I_ - Italic\n- \u003cu\u003eU\u003c/u\u003e - Underline\n- ~~S~~ - Strikethrough\n\n### Managing Boards\n\n- Save your current board using the save icon (💾)\n- Access saved boards from the home screen\n- Create multiple boards for different projects or topics\n- Delete boards you no longer need\n\n### Additional Features\n\n- Drag and drop images directly onto notes\n- Switch between light and dark themes\n- Search through your notes and boards\n- Automatic saving of changes\n\n## Development\n\nTo run the app in development mode:\n\n```bash\nnpm run dev\n```\n\nTo build the app:\n\n```bash\nnpm run build\n```\n\n## Technologies Used\n\n- Electron.js\n- HTML/CSS\n- JavaScript\n- Node.js\n- [Cursor IDE](https://cursor.sh/) - AI-powered development environment\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n- [mucahit-sahin](https://github.com/mucahit-sahin)\n\n## Acknowledgments\n\n- Thanks to all contributors who have helped shape Clues App\n- Special thanks to [Fatih Kadir Akın](https://github.com/f) for the original [Clues.app](https://github.com/f/Clues.app) project that inspired this implementation\n- Built with [Cursor IDE](https://cursor.sh/), enhancing development workflow with AI assistance\n- Inspired by the need for a better way to organize thoughts and ideas\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmucahit-sahin%2Fcluesapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmucahit-sahin%2Fcluesapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmucahit-sahin%2Fcluesapp/lists"}