{"id":27943490,"url":"https://github.com/writer6095/advanced-todo-app","last_synced_at":"2026-04-11T03:03:49.505Z","repository":{"id":287042479,"uuid":"954031106","full_name":"writer6095/advanced-todo-app","owner":"writer6095","description":"An advanced to-do list application built with modern web technologies. Features include task prioritization, due dates, drag-and-drop sorting, filtering, categories, and optional authentication. Designed to boost productivity with a smooth, responsive UI.","archived":false,"fork":false,"pushed_at":"2025-04-09T16:42:37.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T12:46:08.748Z","etag":null,"topics":["css","firebase","html","javascript","nextjs","react","reactjs","tailwindcss","vercel"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/writer6095.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}},"created_at":"2025-03-24T13:09:59.000Z","updated_at":"2025-04-09T16:44:50.000Z","dependencies_parsed_at":"2025-04-09T17:56:54.592Z","dependency_job_id":null,"html_url":"https://github.com/writer6095/advanced-todo-app","commit_stats":null,"previous_names":["writer6095/advanced-todo-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/writer6095/advanced-todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writer6095%2Fadvanced-todo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writer6095%2Fadvanced-todo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writer6095%2Fadvanced-todo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writer6095%2Fadvanced-todo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/writer6095","download_url":"https://codeload.github.com/writer6095/advanced-todo-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writer6095%2Fadvanced-todo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","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":["css","firebase","html","javascript","nextjs","react","reactjs","tailwindcss","vercel"],"created_at":"2025-05-07T12:11:42.485Z","updated_at":"2026-04-11T03:03:49.464Z","avatar_url":"https://github.com/writer6095.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ✅ Advanced To-Do App\n\nAn elegant and powerful to-do list manager built with modern web technologies. It supports task prioritization, due dates, reminders, categories, filtering, drag-and-drop, and persistent storage—everything you need to boost your productivity.\n\n---\n\n## 🚀 Live Demo\n\n🌐 [https://advanced-todo-app.vercel.app](https://advanced-todo-app.vercel.app)\n\n---\n\n## ✨ Features\n\n- 📝 Add, edit, and delete tasks\n- 🏷️ Tag and categorize tasks\n- ⏰ Due dates \u0026 reminders\n- ⭐ Prioritize tasks (High, Medium, Low)\n- 📁 Projects and groupings\n- 🔍 Real-time search and filtering\n- 📦 LocalStorage / Database persistence\n- 🖱️ Drag and drop to reorder tasks\n- 📱 Responsive design for all devices\n- 🔒 Optional user login (JWT/Auth)\n\n---\n\n## 🧑‍💻 Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/), [React](https://reactjs.org/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **State Management**: useState, useEffect / Context API / Zustand (based on your implementation)\n- **Backend (Optional)**: Firebase / Node.js + Express / Supabase / MongoDB\n- **Auth (Optional)**: Firebase Auth / JWT-based auth\n- **Deployment**: [Vercel](https://vercel.com)\n\n---\n\n## 📁 Folder Structure\n\nadvanced-todo-app/ ├── components/ │ ├── TaskCard.js │ ├── TaskForm.js │ └── Filters.js ├── pages/ │ ├── index.js │ └── api/ │ └── tasks.js (if using API routes) ├── lib/ │ └── db.js / firebase.js ├── styles/ │ └── globals.css ├── public/ │ └── logo.png ├── .env.local ├── tailwind.config.js ├── README.md\n\n---\n\n## 🔧 Installation\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/your-username/advanced-todo-app.git\ncd advanced-todo-app\n\nInstall Dependencies\nnpm install\n\nConfigure Environment Variables\nCreate a .env.local file and add any necessary variables:\nenv\nNEXT_PUBLIC_FIREBASE_API_KEY=your_api_key\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=your_project_id\n...\n\nRun the App Locally\nnpm run dev\n\nVisit http://localhost:3000 in your browser.\n\n🎯 Roadmap\n\n Calendar integration\n\n Daily/weekly productivity dashboard\n\n Subtasks and checklists\n\n Notifications and reminders via email/push\n\n Dark mode toggle\n\n Offline support\n\n🔐 Security\nTasks and user data are stored securely with proper sanitization\n\nOptional authentication using Firebase / JWT\n\nWrite/Read rules for database (if using Firebase)\n\n📜 License\nLicensed under the MIT License.\nFeel free to use, fork, and contribute!\n\n🙌 Author\nMade with ❤️ and ☕ by Writer6095\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwriter6095%2Fadvanced-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwriter6095%2Fadvanced-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwriter6095%2Fadvanced-todo-app/lists"}