{"id":51206644,"url":"https://github.com/lillysilly3/simple-note-app","last_synced_at":"2026-06-28T03:30:25.703Z","repository":{"id":362270393,"uuid":"1258136857","full_name":"lillysilly3/simple-note-app","owner":"lillysilly3","description":"A simple command-line note-taking app built in Ruby. You can add, edit, delete and view notes - all saved persistently between sessions.","archived":false,"fork":false,"pushed_at":"2026-06-03T10:33:05.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T12:16:03.178Z","etag":null,"topics":["cli","crud","notes-app","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/lillysilly3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-03T09:58:31.000Z","updated_at":"2026-06-03T10:33:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lillysilly3/simple-note-app","commit_stats":null,"previous_names":["lillysilly3/simple-note-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lillysilly3/simple-note-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lillysilly3%2Fsimple-note-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lillysilly3%2Fsimple-note-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lillysilly3%2Fsimple-note-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lillysilly3%2Fsimple-note-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lillysilly3","download_url":"https://codeload.github.com/lillysilly3/simple-note-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lillysilly3%2Fsimple-note-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34876271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","crud","notes-app","ruby"],"created_at":"2026-06-28T03:30:23.583Z","updated_at":"2026-06-28T03:30:25.644Z","avatar_url":"https://github.com/lillysilly3.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Note App\n\nA command-line note-taking application built in Ruby. Add, edit, delete and view notes — all stored persistently on disk.\n\n## Features\n\n- Add notes\n- Edit existing notes\n- Delete notes with confirmation prompt\n- View all notes with timestamps\n- Notes persist between sessions using PStore\n\n## Demo\n\n```\n########## Simple Note Application ##########\na) Add\nb) Edit\nd) Delete\ns) Show All\nq) Quit\n\n\u003e a\nNote: Buy groceries\n\n\u003e s\n------------------------ 1 ------------------------\nDate: 2026-06-03 12:00:00\nNote: Buy groceries\n------------------------------------------------------\n\n\u003e b\nEnter Index Number to edit: 1\nNote: Buy groceries and cook dinner\n********************Entry Updated********************\n\n\u003e d\nEnter Index Number to delete: 1\nAre you sure? (y/n): y\n********************Entry Deleted********************\n\n\u003e q\n#################### Goodbye! ####################\n```\n\n## Prerequisites\n\n- Ruby 2.7+\n- PStore (included in Ruby standard library — no extra install needed)\n\n## Getting Started\n\n```bash\ngit clone https://github.com/lillysilly3/simple_note_app\ncd simple_note_app\nruby main.rb\n```\n\n## Project Structure\n\n- `main.rb` - Entry point\n- `application.rb` - Main application loop\n- `menu.rb` - User interaction and menu actions\n- `manager.rb` - Business logic layer\n- `database.rb` - PStore persistence layer\n- `note.rb` - Note model\n\n## What I Explored\n\n- Object-oriented Ruby design with classes and modules\n- Separating concerns across model, database, and application layers\n- Persisting data with Ruby's built-in PStore\n- Input validation and error handling\n\n## Acknowledgments\n\nThis project was built following the [Ruby tutorial by Best Tutorials](https://www.youtube.com/watch?v=MXlZCgh2M6A) on YouTube.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flillysilly3%2Fsimple-note-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flillysilly3%2Fsimple-note-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flillysilly3%2Fsimple-note-app/lists"}