{"id":31538524,"url":"https://github.com/augusto240/death_note_reminders","last_synced_at":"2026-05-17T03:40:49.243Z","repository":{"id":305726766,"uuid":"1023763529","full_name":"Augusto240/death_note_reminders","owner":"Augusto240","description":"A task management application themed after Death Note anime where tasks become names written in the Death Note, due dates are execution dates, and completed tasks are \"executed\".","archived":false,"fork":false,"pushed_at":"2025-08-13T07:34:34.000Z","size":99,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-13T19:57:29.419Z","etag":null,"topics":["death-note","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Augusto240.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}},"created_at":"2025-07-21T16:51:28.000Z","updated_at":"2025-07-22T14:24:47.000Z","dependencies_parsed_at":"2025-07-21T18:53:09.384Z","dependency_job_id":"4a1c6d3e-b30b-478e-8dbf-ab52118ec5d5","html_url":"https://github.com/Augusto240/death_note_reminders","commit_stats":null,"previous_names":["augusto240/death_note_reminders"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Augusto240/death_note_reminders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Augusto240%2Fdeath_note_reminders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Augusto240%2Fdeath_note_reminders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Augusto240%2Fdeath_note_reminders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Augusto240%2Fdeath_note_reminders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Augusto240","download_url":"https://codeload.github.com/Augusto240/death_note_reminders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Augusto240%2Fdeath_note_reminders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278289490,"owners_count":25962353,"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-10-04T02:00:05.491Z","response_time":63,"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":["death-note","rails","ruby"],"created_at":"2025-10-04T08:50:13.436Z","updated_at":"2025-10-04T08:50:15.086Z","avatar_url":"https://github.com/Augusto240.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Death Note Reminders\n\nA task management application themed after the popular anime Death Note.\n\n![Death Note](https://pa1.aminoapps.com/6845/4741809bfe026bfa7d6486935a57d9954946a1d6_hq.gif)\n\n## Overview\n\nDeath Note Reminders transforms ordinary task management into a themed experience where:\n\n- Each task is treated as a \"name\" written in the Death Note\n- Due dates represent \"execution dates\"\n- Task descriptions become \"execution details\"\n- Completed tasks are marked as \"executed\"\n- Overdue tasks are highlighted in red\n\nThe application provides a complete task management system with a unique, immersive theme.\n\n## Features\n\n- **Create, view, update and delete** entries in your Death Note\n- **Mark entries as \"executed\"** when completed\n- **Filter by status** (all, overdue, upcoming, completed)\n- **Search** for specific names\n- **Filter by cause of death** for better organization\n- **View statistics** about your Death Note usage\n- **Themed interface** inspired by the Death Note anime\n- **Responsive design** that works on mobile and desktop\n- **Death Note quotes** displayed randomly throughout the app\n\n## Installation\n\n### Prerequisites\n\n- Ruby 3.3.8 or higher\n- Rails 8.0.2 or higher\n- SQLite3\n\n### Setup\n\n1. Clone the repository\n\n```\ngit clone https://github.com/Augusto240/death_note_reminders.git \ncd death_note_reminders\n```\n\n2. Install dependencies\n```\nbundle install\n```\n\n\n3. Setup database\n```\nrails db:migrate\n```\n\n\n4. (Optional) Seed sample data\n```\nrails db:seed\n```\n\n5. Start the server\n```\nrails server\n```\n\n\n6. Visit http://localhost:3000 in your browser\n\n## Usage\n\n- **Add a new name**: Click \"Add New Name\" and fill out the form\n- **Execute a name**: Click the \"Execute\" button on any reminder\n- **Filter reminders**: Use the navigation links to view Overdue, Upcoming, or Completed names\n- **Search**: Use the search box to find specific names\n- **View statistics**: Click \"Statistics\" to see a summary of your Death Note usage\n- **Learn the rules**: Visit the \"Rules\" page to understand how the Death Note works\n\n## Project Structure\n\n- `app/models/reminder.rb` - The core model for Death Note entries\n- `app/controllers/reminders_controller.rb` - Handles all reminder-related actions\n- `app/controllers/pages_controller.rb` - Handles static pages\n- `app/views/reminders/` - Views for displaying and managing reminders\n- `app/views/pages/` - Views for static pages\n- `app/assets/stylesheets/application.css` - Custom CSS for Death Note theme\n\n## Technologies Used\n\n- **Ruby on Rails**: Backend framework\n- **SQLite**: Database\n- **Turbo**: For enhanced interactivity\n- **CSS**: Custom styling for Death Note theme\n- **Git**: Version control\n\n## Future Enhancements\n\n- User authentication system\n- Dark/light theme toggle\n- Sound effects for executions\n- Deadline notifications\n- Shinigami companion feature\n- Mobile app version\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Disclaimer\n\nThis application is for entertainment purposes only and is inspired by fictional content. No actual harm is intended or encouraged.\n\n## Acknowledgements\n\n- Death Note anime and manga created by Tsugumi Ohba and Takeshi Obata\n- Ruby on Rails framework\n- Font providers: Google Fonts\n- The Ruby and Rails community for their invaluable resources","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugusto240%2Fdeath_note_reminders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugusto240%2Fdeath_note_reminders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugusto240%2Fdeath_note_reminders/lists"}