{"id":25252870,"url":"https://github.com/ali-noori-dev/nextjs-advanced-todo","last_synced_at":"2026-04-04T08:41:06.282Z","repository":{"id":277059724,"uuid":"930572852","full_name":"ali-noori-dev/nextjs-advanced-todo","owner":"ali-noori-dev","description":"🚀 A feature-rich, full-stack Todo List app built with Next.js, Prisma, NextAuth.js, and Sass. Supports authentication, real-time updates, PWA, push notifications, and drag \u0026 drop task management.","archived":false,"fork":false,"pushed_at":"2025-03-30T15:23:04.000Z","size":553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T16:27:22.201Z","etag":null,"topics":["authentication","drag-and-drop","fullstack","nextauth","nextjs","prisma","pwa","sass","server-components","todo-app","typescript","vercel","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ali-noori-dev.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-02-10T21:12:58.000Z","updated_at":"2025-03-30T15:23:08.000Z","dependencies_parsed_at":"2025-02-11T23:27:07.563Z","dependency_job_id":"4259e3b9-28f0-4dce-861a-9fbe04fa1aa5","html_url":"https://github.com/ali-noori-dev/nextjs-advanced-todo","commit_stats":null,"previous_names":["ali-noori-dev/nextjs-advanced-todo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-noori-dev%2Fnextjs-advanced-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-noori-dev%2Fnextjs-advanced-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-noori-dev%2Fnextjs-advanced-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali-noori-dev%2Fnextjs-advanced-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali-noori-dev","download_url":"https://codeload.github.com/ali-noori-dev/nextjs-advanced-todo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406103,"owners_count":20933806,"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","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":["authentication","drag-and-drop","fullstack","nextauth","nextjs","prisma","pwa","sass","server-components","todo-app","typescript","vercel","zustand"],"created_at":"2025-02-12T04:19:05.626Z","updated_at":"2025-12-30T20:06:31.440Z","avatar_url":"https://github.com/ali-noori-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Next.js Advanced Todo List\n\nA **feature-rich, full-stack Todo List application** built with **Next.js App Router**, **Prisma**, **NextAuth.js**, and **Sass**. This project demonstrates **authentication, API routes, database integration, real-time updates, and PWA capabilities**.\n\n---\n\n## 📌 Features\n\n✅ **User Authentication** (OAuth \u0026 Credentials with NextAuth.js)  \n✅ **Task Management** (CRUD operations with API routes)  \n✅ **Task Categorization** (Lists, Due Date, Labels)  \n✅ **Drag \u0026 Drop Task Ordering**  \n✅ **Real-time Updates** (WebSockets / SSE)  \n✅ **Push Notifications** (Firebase Cloud Messaging)  \n✅ **Dark Mode \u0026 Responsive UI**  \n✅ **Offline Support (PWA)**  \n✅ **Deployed on Vercel**\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** Next.js, React, TypeScript, Sass\n- **Backend:** Next.js API Routes, Prisma ORM\n- **Database:** PostgreSQL / MongoDB\n- **Auth:** NextAuth.js (Google, GitHub OAuth)\n- **Storage:** Cloudinary or Supabase for file uploads\n- **Real-time:** WebSockets / Server-Sent Events (SSE)\n- **Notifications:** Firebase Cloud Messaging (FCM) / OneSignal\n- **State Management:** Zustand\n- **Deployment:** Vercel\n\n---\n\n## 🚀 Getting Started\n\n### 1️⃣ Clone the Repository\n\n```sh\ngit clone https://github.com/YOUR_GITHUB_USERNAME/nextjs-todo.git\ncd nextjs-todo\n```\n\n### 2️⃣ Install Dependencies\n\n```sh\npnpm install\n```\n\n### 3️⃣ Set Up Environment Variables\n\nCreate a `.env` file in the root directory and add:\n\n```sh\nDATABASE_URL=\"your_database_connection_string\"\nNEXTAUTH_URL=\"http://localhost:3000\"\nNEXTAUTH_SECRET=\"your_nextauth_secret\"\nGOOGLE_CLIENT_ID=\"your_google_client_id\"\nGOOGLE_CLIENT_SECRET=\"your_google_client_secret\"\n```\n\n### 4️⃣ Set Up Prisma\n\n```sh\nnpx prisma migrate dev --name init\nnpx prisma generate\n```\n\n### 5️⃣ Run the Development Server\n\n```sh\npnpm run dev\n```\n\nNow open `http://localhost:3000` in your browser to see the app in action!\n\n---\n\n## ✨ Contributing\n\nWant to contribute? **PRs are welcome!** 🚀\n\n### 🛠️ Steps to Contribute:\n\n### 1️⃣ **Fork the repository**\n\n### 2️⃣ **Create a new branch**\n\n```sh\ngit checkout -b feature-name\n```\n\n### 3️⃣ Commit your changes\n\n```sh\ngit add .\ngit commit -m \"feat: add new feature\"\n```\n\n### 4️⃣ Push to your branch\n\n```sh\ngit push origin feature-name\n```\n\n### 5️⃣ Submit a Pull Request (PR)\n\nOnce your PR is approved, it will be merged into the main branch. Thank you for your contribution!\n\n---\n\n## 📞 Contact\n\n💬 **Developer:** Ali Noori  \n📧 **Email:** [ali.noori.dev@gmail.com](mailto:ali.noori.dev@gmail.com)  \n🔗 **GitHub:** [@ali-noori-dev](https://github.com/ali-noori-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-noori-dev%2Fnextjs-advanced-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-noori-dev%2Fnextjs-advanced-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-noori-dev%2Fnextjs-advanced-todo/lists"}