{"id":25856524,"url":"https://github.com/psantosh16/tasakus","last_synced_at":"2026-04-09T23:02:03.625Z","repository":{"id":248093147,"uuid":"821703845","full_name":"psantosh16/tasakus","owner":"psantosh16","description":"Tasakus is a simple Trello clone built with Next.js and Redux, designed to replicate core functionalities of the popular task management tool, Trello.  Features","archived":false,"fork":false,"pushed_at":"2025-02-23T06:42:00.000Z","size":17209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"production","last_synced_at":"2025-02-23T07:25:41.977Z","etag":null,"topics":["authentication","clerk","firebase","hooks","jwt","neondb","nextauth","nextjs","orm","prisma","zustand"],"latest_commit_sha":null,"homepage":"https://tasukus.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/psantosh16.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":"2024-06-29T07:41:06.000Z","updated_at":"2025-02-23T06:46:42.000Z","dependencies_parsed_at":"2024-07-12T10:46:57.906Z","dependency_job_id":"224c4d21-044d-4f5d-9e16-7fb641293c4c","html_url":"https://github.com/psantosh16/tasakus","commit_stats":null,"previous_names":["psantosh16/trello-clone","psantosh16/tasakus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/psantosh16/tasakus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psantosh16%2Ftasakus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psantosh16%2Ftasakus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psantosh16%2Ftasakus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psantosh16%2Ftasakus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psantosh16","download_url":"https://codeload.github.com/psantosh16/tasakus/tar.gz/refs/heads/production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psantosh16%2Ftasakus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264211280,"owners_count":23573464,"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","clerk","firebase","hooks","jwt","neondb","nextauth","nextjs","orm","prisma","zustand"],"created_at":"2025-03-01T18:18:50.984Z","updated_at":"2026-04-09T23:02:03.523Z","avatar_url":"https://github.com/psantosh16.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/user-attachments/assets/f90c699f-bde6-45dd-bfcb-10862e27176a)\n\n\n# Tasakus\nTasakus [(Tasuku) means \"task\" in Japanese*] is a simple Trello clone built with Next.js and Redux, designed to replicate core functionalities of the popular task management tool, Trello.\n\n## Features\n\n- **Task Management:** Create, edit, and delete tasks within customizable boards and lists.\n- **Drag and Drop Interface:** Intuitive drag-and-drop functionality for organizing tasks.\n- **State Management:** Utilizes Redux for efficient state management across the application.\n- **Authentication:** Implements user authentication using Firebase and JWT.\n- **Database Integration:** Employs Prisma as the ORM for database interactions.\n\n## Technologies Used\n\n- [Next.js](https://nextjs.org/): React-based framework for server-side rendering and static site generation.\n- [Redux](https://redux.js.org/): State management library for JavaScript applications.\n- [Firebase](https://firebase.google.com/): Platform for authentication and real-time database services.\n- [JWT (JSON Web Tokens)](https://jwt.io/): Standard for securely transmitting information between parties.\n- [Prisma](https://www.prisma.io/): Next-generation ORM for Node.js and TypeScript.\n- [Zustand](https://github.com/pmndrs/zustand): A small, fast, and scalable state management solution.\n- [Tailwind CSS](https://tailwindcss.com/): Utility-first CSS framework for rapid UI development.\n\n## Getting Started\n\nTo get a local copy of the project up and running, follow these steps:\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/en/download/) (v18 or later)\n- [pnpm](https://pnpm.io/installation)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/psantosh16/tasakus.git\n   cd tasakus\n   ```\n\n2. **Install dependencies:**\n\n   Using pnpm:\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Set up environment variables:**\n\n   - Rename `.env.sample` to `.env`:\n\n     ```bash\n     mv .env.sample .env\n     ```\n\n   - Update the `.env` file with your credentials and any other necessary environment variables.\n\n4. **Initialize the database:**\n\n   ```bash\n   npx prisma migrate dev\n   ```\n\n   This will apply the database migrations and set up the database schema.\n\n5. **Start the development server:**\n\nWith pnpm:\n\n```bash\npnpm run dev\n```\n\nThe application should now be running on [http://localhost:3000](http://localhost:3000).\n\n## Project Structure\n\n```bash\ntasakus/\n├─ src/\n│   ├─ action/               # Redux action creators\n│   ├─ app/                  # Next.js application directory\n│   ├─ components/           # Reusable UI components\n│   ├─ constants/            # Application-wide constants\n│   ├─ hooks/                # Custom React hooks\n│   ├─ lib/                  # Utility functions and libraries\n│   ├─ styles/               # Global and component-specific styles\n│   └─ pages/                # Next.js pages\n├─ prisma/                   # Prisma schema and migrations\n├─ public/                   # Static assets\n├─ config/                   # Configuration files\n└─ .env                      # Environment variables\n```\n\n\n## Acknowledgements\n\n- [Trello](https://trello.com/) for the inspiration.\n- The developers and maintainers of the technologies used in this project.\n\nFor more information, visit the live application at [tasukus.vercel.app](https://tasukus.vercel.app/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsantosh16%2Ftasakus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsantosh16%2Ftasakus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsantosh16%2Ftasakus/lists"}