{"id":31696618,"url":"https://github.com/elkhaligy/planup","last_synced_at":"2026-04-18T09:31:36.539Z","repository":{"id":305562691,"uuid":"1022723974","full_name":"elkhaligy/PlanUp","owner":"elkhaligy","description":"A simple responsive todo list application built with Ruby on Rails 7, featuring a beautiful UI with Tailwind CSS and DaisyUI components.","archived":false,"fork":false,"pushed_at":"2025-07-20T20:26:11.000Z","size":514,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-13T19:57:31.008Z","etag":null,"topics":["rails","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/elkhaligy.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-19T17:28:22.000Z","updated_at":"2025-07-20T20:56:27.000Z","dependencies_parsed_at":"2025-07-20T21:07:07.715Z","dependency_job_id":"d6fd4921-7eb1-407c-a5ec-a7642c3726b7","html_url":"https://github.com/elkhaligy/PlanUp","commit_stats":null,"previous_names":["elkhaligy/planup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elkhaligy/PlanUp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkhaligy%2FPlanUp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkhaligy%2FPlanUp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkhaligy%2FPlanUp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkhaligy%2FPlanUp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elkhaligy","download_url":"https://codeload.github.com/elkhaligy/PlanUp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkhaligy%2FPlanUp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278981518,"owners_count":26079640,"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-08T02:00:06.501Z","response_time":56,"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":["rails","ruby","ruby-on-rails"],"created_at":"2025-10-08T17:09:50.986Z","updated_at":"2025-10-08T17:09:54.156Z","avatar_url":"https://github.com/elkhaligy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 PlanUp - Beautiful Todo List Application\n\n\u003cdiv align=\"center\"\u003e\n\n![Rails](https://img.shields.io/badge/Rails-7.2.2-red.svg)\n![Ruby](https://img.shields.io/badge/Ruby-3.1.7-red.svg)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-4.3-blue.svg)\n![DaisyUI](https://img.shields.io/badge/DaisyUI-4.0-purple.svg)\n![SQLite](https://img.shields.io/badge/SQLite-3-green.svg)\n\nA modern, responsive todo list application built with Ruby on Rails, featuring a beautiful UI with Tailwind CSS and DaisyUI components.\n\n[📸 Screenshots](#screenshots) • [📖 Documentation](#features) • [🛠️ Setup](#getting-started)\n\n\u003c/div\u003e\n\n---\n\n## 📸 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n\n### 🏠 Landing Page\n![Landing Page](screenshots/LandingPage.png)\n*Clean and modern landing page with navigation and theme switcher*\n\n### 📋 Tasks Overview (Light Theme)\n![Tasks Overview](screenshots/Tasks.png)\n*Main tasks interface showing task cards with priorities, due dates, and actions*\n\n### 🌙 Tasks Overview (Dark Theme)\n![Tasks Dark Theme](screenshots/Tasks_Dark.png)\n*Same interface in dark theme, showcasing the beautiful theme system*\n\n### ➕ New Task Modal\n![New Task Modal](screenshots/New_Task.png)\n*Clean modal interface for creating new tasks with form validation*\n\n\u003c/div\u003e\n\n---\n\n## ✨ Features\n\n### 🎨 **Beautiful UI/UX**\n- **Modern Design**: Clean, responsive interface built with Tailwind CSS\n- **Theme Support**: 30+ beautiful themes including Light, Dark, Cyberpunk, Synthwave, and more\n- **Responsive Layout**: Works perfectly on desktop, tablet, and mobile devices\n- **Smooth Animations**: Enhanced user experience with subtle animations\n- **Visual Appeal**: See the beautiful interface in the [screenshots section](#screenshots) above\n\n### 📋 **Task Management**\n- **Create Tasks**: Add new tasks with title, description, priority, and due date\n- **Priority Levels**: High, Medium, Low priority with color-coded badges\n- **Due Dates**: Set and track due dates with overdue notifications\n- **Status Tracking**: Mark tasks as complete/incomplete\n- **Task Organization**: View tasks in a clean card-based layout\n\n### 🔧 **Advanced Features**\n- **Real-time Updates**: Turbo Drive for fast, SPA-like navigation\n- **Modal Forms**: Clean modal interface for creating new tasks\n- **Form Validation**: Client and server-side validation with error handling\n- **PWA Ready**: Progressive Web App support with service worker\n\n### 🎯 **Developer Experience**\n- **Hotwire/Turbo**: Modern Rails approach with minimal JavaScript\n- **Stimulus**: Lightweight JavaScript framework for interactions\n- **Import Maps**: Modern JavaScript bundling without build tools\n- **Docker Support**: Production-ready Docker configuration\n- **Comprehensive Testing**: RSpec-style testing setup\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Ruby 3.1.7 or higher\n- Rails 7.2.2\n- SQLite3\n- Node.js (for asset compilation)\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/todo_list.git\n   cd todo_list\n   ```\n\n2. **Install dependencies**\n   ```bash\n   bundle install\n   ```\n\n3. **Setup database**\n   ```bash\n   rails db:create\n   rails db:migrate\n   rails db:seed  # Adds sample data for testing\n   ```\n\n4. **Start the development server**\n   ```bash\n   bin/dev\n   ```\n\n5. **Visit the application**\n   Open [http://localhost:3000](http://localhost:3000) in your browser\n\n\u003e 💡 **Preview**: Check out the [screenshots section](#screenshots) above to see what the application looks like!\n\n---\n\n## 🏗️ Project Structure\n\n```\ntodo_list/\n├── app/\n│   ├── controllers/          # Rails controllers\n│   ├── models/              # ActiveRecord models\n│   ├── views/               # ERB templates\n│   │   ├── tasks/           # Task-related views\n│   │   ├── shared/          # Shared components\n│   │   └── layouts/         # Application layout\n│   ├── assets/              # Stylesheets and images\n│   └── javascript/          # JavaScript files\n├── config/                  # Rails configuration\n├── db/                      # Database migrations and seeds\n├── test/                    # Test files\n└── Dockerfile              # Production Docker configuration\n```\n\n---\n\n## 🎨 UI Components\n\n### Task Cards\n- **Priority Badges**: Color-coded (Red=High, Yellow=Medium, Green=Low)\n- **Due Date Indicators**: Visual alerts for overdue tasks\n- **Status Toggles**: Easy complete/incomplete switching\n- **Action Buttons**: Edit and delete with confirmation\n\n### Navigation\n- **Responsive Navbar**: Mobile-friendly navigation\n- **Theme Switcher**: 30+ beautiful themes\n- **Breadcrumbs**: Clear navigation hierarchy\n\n### Forms\n- **Modal Dialogs**: Clean, focused task creation\n- **Validation**: Real-time error feedback\n- **Accessibility**: ARIA labels and keyboard navigation\n\n---\n\n## 🛠️ Technology Stack\n\n| Technology | Version | Purpose |\n|------------|---------|---------|\n| **Ruby on Rails** | 7.2.2 | Web framework |\n| **Ruby** | 3.1.7 | Programming language |\n| **SQLite3** | Latest | Database |\n| **Tailwind CSS** | 4.3 | Utility-first CSS framework |\n| **DaisyUI** | 4.0 | Component library |\n| **Hotwire/Turbo** | Latest | SPA-like navigation |\n| **Stimulus** | Latest | JavaScript framework |\n| **Import Maps** | Latest | JavaScript bundling |\n\n---\n\n## 📱 PWA Features\n\n- **Service Worker**: Offline functionality\n- **Web App Manifest**: Install as native app\n- **Responsive Design**: Works on all devices\n- **Fast Loading**: Optimized assets and caching\n\n---\n\n## 🧪 Testing\n\nRun the test suite:\n\n```bash\n# Run all tests\nrails test\n\n# Run specific test files\nrails test test/models/task_test.rb\nrails test test/controllers/tasks_controller_test.rb\n\n# Run system tests\nrails test:system\n\n## 🌱 Database Seeding\n\nThe application includes comprehensive seed data to demonstrate all features:\n\n### Basic Seeding\n```bash\n# Load main seed data (20 sample tasks)\nrails db:seed\n```\n\n### Development Seeding\n```bash\n# Load additional development data (10 more tasks)\nrails db:seed:development\n```\n\n### Complete Reset\n```bash\n# Reset database and load all seed data\nrails db:seed:reset\n```\n\n### Seed Data Features\n- **30 total sample tasks** with realistic content\n- **Various priorities**: High, Medium, Low\n- **Different due dates**: Past, present, and future\n- **Completion status**: Mix of completed and active tasks\n- **Overdue tasks**: To demonstrate the overdue feature\n- **Realistic descriptions**: Professional task descriptions\n\n---\n\n## 🐳 Docker Deployment\n\n### Build and Run\n```bash\n# Build the Docker image\ndocker build -t todo-list-app .\n\n# Run the container\ndocker run -d -p 3000:3000 \\\n  -e RAILS_MASTER_KEY=your_master_key \\\n  -e RAILS_ENV=production \\\n  todo-list-app\n```\n\n### Environment Variables\n- `RAILS_MASTER_KEY`: Rails master key for credentials\n- `RAILS_ENV`: Environment (production/development)\n- `RAILS_SERVE_STATIC_FILES`: Enable static file serving\n\n---\n\n## 🚀 Deployment Options\n\n### Railway (Recommended)\n1. Push code to GitHub\n2. Connect Railway to your repository\n3. Add environment variables\n4. Deploy automatically\n\n### Render\n1. Create new Web Service\n2. Connect GitHub repository\n3. Set build command: `bundle install \u0026\u0026 bundle exec rails assets:precompile`\n4. Set start command: `bundle exec rails server`\n\n### Heroku\n```bash\nheroku create your-app-name\ngit push heroku main\nheroku run rails db:migrate\n```\n\n---\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n### Development Guidelines\n- Follow Rails conventions\n- Write tests for new features\n- Use meaningful commit messages\n- Update documentation as needed\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🙏 Acknowledgments\n\n- **Rails Team** for the amazing framework\n- **Tailwind CSS** for the utility-first CSS approach\n- **DaisyUI** for the beautiful component library\n- **Hotwire** for the modern Rails approach\n\n---\n\n## 📞 Support\n\n- **Issues**: [GitHub Issues](https://github.com/yourusername/todo_list/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/yourusername/todo_list/discussions)\n- **Email**: shehabelkhaligy@gmail.com\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Made with ❤️ using Ruby on Rails**\n\n[⬆ Back to top](#-planup---beautiful-todo-list-application)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felkhaligy%2Fplanup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felkhaligy%2Fplanup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felkhaligy%2Fplanup/lists"}