{"id":28962742,"url":"https://github.com/chrissch-dev/note-taking-app","last_synced_at":"2025-07-23T13:06:15.340Z","repository":{"id":300522415,"uuid":"1006195742","full_name":"ChrisSch-dev/Note-Taking-App","owner":"ChrisSch-dev","description":"A Note Taking App that I built when I was learning Rust","archived":false,"fork":false,"pushed_at":"2025-06-22T06:38:36.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T07:27:56.678Z","etag":null,"topics":["note-taking","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ChrisSch-dev.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,"zenodo":null}},"created_at":"2025-06-21T17:51:59.000Z","updated_at":"2025-06-22T06:52:04.000Z","dependencies_parsed_at":"2025-06-22T07:39:20.705Z","dependency_job_id":null,"html_url":"https://github.com/ChrisSch-dev/Note-Taking-App","commit_stats":null,"previous_names":["chrissch-dev/note-taking-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisSch-dev/Note-Taking-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2FNote-Taking-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2FNote-Taking-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2FNote-Taking-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2FNote-Taking-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisSch-dev","download_url":"https://codeload.github.com/ChrisSch-dev/Note-Taking-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisSch-dev%2FNote-Taking-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266682625,"owners_count":23967837,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["note-taking","rust"],"created_at":"2025-06-24T03:11:56.341Z","updated_at":"2025-07-23T13:06:15.301Z","avatar_url":"https://github.com/ChrisSch-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Note Taking App (Rust + egui)\n\nA modern, cross-platform note-taking app written in Rust using the `eframe`/`egui` GUI library. Supports creating, editing, deleting, and searching notes with a responsive, dark/light mode interface.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [Rust](https://rustup.rs/) (stable toolchain recommended)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/ChrisSch-dev/advanced_note_app.git\n   cd advanced_note_app\n   ```\n\n2. **Build and run:**\n\n   ```sh\n   cargo run\n   ```\n\n   This will launch the app window.\n\n---\n\n## 🖥️ Usage\n\n- **Sidebar**\n  - `➕ New Note`: Create a new note.\n  - Click on a note title to view or edit it.\n  - Use the search bar to filter notes by title or content.\n\n- **Note Editor**\n  - Enter a title and content for your note.\n  - `💾 Save` to save your changes.\n  - `❌ Cancel` to discard edits.\n\n- **Note Viewer**\n  - View note details, creation, and last edited timestamps.\n  - `✏️ Edit` to modify the note.\n  - `🗑️ Delete` to remove the note.\n\n- **Theme Toggle**\n  - Top right icon (`🌙`/`🔆`) toggles dark/light mode.\n\n---\n\n## 🗃️ File Structure\n\n```\nsrc/\n  ├── main.rs        # Entry point\n  ├── app.rs         # Main app logic and GUI\n  ├── note.rs        # Note struct and logic\n  ├── storage.rs     # (Stub) Persistence layer\n  └── theme.rs       # Theme/dark mode handling\n```\n\n---\n\n## 💾 Persistence\n\nAll notes are stored in a JSON File.\n\n---\n\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to open issues or PRs for features, bugfixes, or ideas.\n\n---\n\n## 📄 License\n\n[MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissch-dev%2Fnote-taking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrissch-dev%2Fnote-taking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissch-dev%2Fnote-taking-app/lists"}