{"id":30390079,"url":"https://github.com/soham247/simply-task","last_synced_at":"2026-04-28T23:35:40.775Z","repository":{"id":299057676,"uuid":"998452998","full_name":"soham247/Simply-Task","owner":"soham247","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-15T13:29:53.000Z","size":233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T15:38:45.681Z","etag":null,"topics":["appwrite","nextjs","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://simply-task.vercel.app","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/soham247.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-06-08T16:33:44.000Z","updated_at":"2025-06-18T02:11:51.000Z","dependencies_parsed_at":"2025-06-14T12:29:10.242Z","dependency_job_id":"f909fd0f-bc55-4e19-a5f5-4043492874be","html_url":"https://github.com/soham247/Simply-Task","commit_stats":null,"previous_names":["soham247/simply-task"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/soham247/Simply-Task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham247%2FSimply-Task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham247%2FSimply-Task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham247%2FSimply-Task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham247%2FSimply-Task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soham247","download_url":"https://codeload.github.com/soham247/Simply-Task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soham247%2FSimply-Task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455362,"owners_count":24762703,"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-08-21T02:00:08.990Z","response_time":74,"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":["appwrite","nextjs","shadcn-ui","tailwindcss"],"created_at":"2025-08-21T09:12:41.961Z","updated_at":"2026-04-28T23:35:40.713Z","avatar_url":"https://github.com/soham247.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Simply Task\n\n**Simply Task** is a minimal and powerful task management app built using **Next.js**, **ShadCN**, **Tailwind CSS**, and **Appwrite**. It allows users to organize their day with sticky notes and to-dos, while also collaborating with teams in real-time.\n\n---\n\n## 🚀 Features\n\n- 📌 **Sticky Notes**: Create and manage sticky notes with ease.\n- ✅ **To-dos**: Add, update, and check off daily tasks.\n- 👥 **Team Collaboration**:\n  - Create teams\n  - Add members\n  - Assign to-dos to any team member\n- 🎨 Clean and responsive UI using **ShadCN** and **Tailwind CSS**\n- 🔐 Secure authentication \u0026 backend powered by **Appwrite**\n\n---\n\n## 🛠️ Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com), [ShadCN UI](https://ui.shadcn.com)\n- **Backend \u0026 Auth**: [Appwrite](https://appwrite.io)\n- **Icons**: [Lucide Icons](https://lucide.dev)\n\n---\n\n## 📦 Installation \u0026 Setup\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/simply-task.git\ncd simply-task\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n### 3. Configure Environment Variables\n\nCreate a `.env` file in the root directory and add your Appwrite credentials:\n```\nNEXT_APPWRITE_KEY=\"\"\nNEXT_PUBLIC_APPWRITE_ENDPOINT=\nNEXT_PUBLIC_APPWRITE_PROJECT=\n```\n\n### 4. Run the development server\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\nThe app will be running at \u003ca href=\"http://localhost:3000\"\u003ehttp://localhost:3000\u003c/a\u003e\n\n---\n\n## 🧱 Folder Structure\n```graphql\nsrc/\n├── app/                # App Router pages and layouts\n├── components/         # Reusable UI components\n├── hooks/              # Custom React hooks\n├── lib/\n│   ├── actions/        # Server actions\n│   └── server/         # Appwrite SDK and database config\n├── types/              # TypeScript types and interfaces\n```\n---\n\n## 🤝 Contributing\nContributions are welcome! If you find bugs or have feature suggestions, feel free to open an issue or submit a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoham247%2Fsimply-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoham247%2Fsimply-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoham247%2Fsimply-task/lists"}