{"id":28576975,"url":"https://github.com/dnmore/taskie-2.0","last_synced_at":"2025-06-11T00:08:40.676Z","repository":{"id":296356594,"uuid":"987799483","full_name":"dnmore/taskie-2.0","owner":"dnmore","description":"Task Manager App with Gamification","archived":false,"fork":false,"pushed_at":"2025-05-30T08:27:10.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T09:39:24.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://taskie-manager.netlify.app/","language":"TypeScript","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/dnmore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-21T15:48:45.000Z","updated_at":"2025-05-30T08:28:06.000Z","dependencies_parsed_at":"2025-05-30T09:45:26.787Z","dependency_job_id":"e47c6072-b5df-44e9-921c-0c8051898116","html_url":"https://github.com/dnmore/taskie-2.0","commit_stats":null,"previous_names":["dnmore/taskie-2.0"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Ftaskie-2.0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Ftaskie-2.0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Ftaskie-2.0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Ftaskie-2.0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmore","download_url":"https://codeload.github.com/dnmore/taskie-2.0/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmore%2Ftaskie-2.0/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172986,"owners_count":22816560,"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":[],"created_at":"2025-06-11T00:08:38.463Z","updated_at":"2025-06-11T00:08:40.643Z","avatar_url":"https://github.com/dnmore.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 Taskie – Gamified Productivity for Your Tasks\n\nRefactored version of previous [project](https://github.com/dnmore/taskie)\n\n- 🚀 React application using React Router and Zustand for state management\n- ⚡️ Improved Performance, Accessibility, SEO\n- 🎉 Cleaner and engaging user experience with a new layout\n\n## Overview\n\nTaskie transforms task management into an engaging experience, making productivity feel less like work and more like a game. This app aims to help users organize their tasks in a visually engaging way, combining effective task prioritization with gamified elements that motivate users to keep going.\n\nMany users struggle with motivation in managing tasks effectively. By blending gamification with a clean, bold design, Taskie aims to make task tracking and completion more rewarding, addressing the need for a task management solution that encourages consistent productivity.\n\n [Live Demo](https://taskie-manager.netlify.app/)\n\n## Features ✨\n\n- **Task Creation \u0026 Editing**: Users can create, edit, and delete tasks with assigned priorities (low, medium, high) and due dates.\n- **Points System**: Earn points based on task priority when completing tasks:\n  Low Priority: +10 points\n  Medium Priority: +20 points\n  High Priority: +30 points\n- **Levels**: As users accumulate points, they unlock new levels:\n  Taskie Novice: 0 – 99 points\n  Taskie Pro: 100 – 199 points\n  Taskie Guru: 200+ points\n- **Filters**: Filter tasks by priority (Low, Medium, High).\n- **Modals**: Modals are used for creating/editing tasks and displaying game rules.\n- **Progress Bar**: Shows progress toward the next level.\n- **Gamification**: Unlock levels, badges, and celebrate task completion with animated feedback using Framer Motion.\n\n\n## React Router Netlify Template\n\nA modern, production-ready template for building full-stack React applications using React Router,\ndeployed to Netlify.\n\n### Features\n\n- 🚀 Server-side rendering\n- ⚡️ Hot Module Replacement (HMR)\n- 📦 Asset bundling and optimization\n- 🔄 Data loading and mutations\n- 🔒 TypeScript by default\n- 🎉 TailwindCSS for styling\n- 📖 [React Router docs](https://reactrouter.com/)\n- 💻 Configured for deployment to Netlify\n\n### Getting Started\n\n#### Installation\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\n#### Development\n\nStart the development server with HMR:\n\n```bash\nnpm run dev\n```\n\nYour application will be available at `http://localhost:5173`.\n\n### Building for Production\n\nCreate a production build:\n\n```bash\nnpm run build\n```\n\n### Previewing a Production build\n\nTo preview a production build locally, use the [Netlify CLI](https://cli.netlify.com):\n\n```bash\nnpx netlify-cli serve\n```\n\n```bash\nnpm run build\n```\n\n### Deployment\n\nThis template is preconfigured for deployment to Netlify.\n\nFollow \u003chttps://docs.netlify.com/welcome/add-new-site/\u003e to add this project as a site\nin your Netlify account.\n\n### Styling\n\nThis template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.\n\n### See also\n\n[Guide: how to deploy a React Router 7 site to Netlify](https://developers.netlify.com/guides/how-to-deploy-a-react-router-7-site-to-netlify/)\n\n---\n\nBuilt with ❤️ using React Router.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmore%2Ftaskie-2.0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmore%2Ftaskie-2.0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmore%2Ftaskie-2.0/lists"}