{"id":21688972,"url":"https://github.com/felix221123/taaskify","last_synced_at":"2026-04-12T15:03:09.932Z","repository":{"id":250382342,"uuid":"834305626","full_name":"Felix221123/Taaskify","owner":"Felix221123","description":"Taaskify is a modern kanban management platform built with MERN stack, typescript , tailwindcss \u0026\u0026 Sass","archived":false,"fork":false,"pushed_at":"2024-10-08T14:44:16.000Z","size":4283,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T12:41:42.510Z","etag":null,"topics":["cicdpipeline","dependabot-security","expressjs","framermotion","githubaction-workflow","httponly-cookie","jwt-authentication","mongodb","nodejs","open-source","reactjs","state-management","tailwindcss","typescript","vite"],"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/Felix221123.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-07-26T22:33:47.000Z","updated_at":"2024-10-06T15:40:51.000Z","dependencies_parsed_at":"2025-01-25T12:41:30.017Z","dependency_job_id":"ae2d6716-2a1b-48f0-9ef6-c2361c76cbd5","html_url":"https://github.com/Felix221123/Taaskify","commit_stats":null,"previous_names":["felix221123/taaskify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felix221123%2FTaaskify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felix221123%2FTaaskify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felix221123%2FTaaskify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Felix221123%2FTaaskify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Felix221123","download_url":"https://codeload.github.com/Felix221123/Taaskify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244611589,"owners_count":20481222,"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":["cicdpipeline","dependabot-security","expressjs","framermotion","githubaction-workflow","httponly-cookie","jwt-authentication","mongodb","nodejs","open-source","reactjs","state-management","tailwindcss","typescript","vite"],"created_at":"2024-11-25T17:18:58.357Z","updated_at":"2026-04-12T15:03:09.840Z","avatar_url":"https://github.com/Felix221123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taaskify - Task Management Web Application\n\n## Overview\n\n**Taaskify** is a full-stack task management (Kanban) SaaS platform designed to provide users with a highly customizable and efficient way to manage tasks and projects. Built with the modern MERN stack, TypeScript, Tailwind CSS, and Sass, Taaskify offers a seamless and dynamic user experience.\n\n## Features\n\n- **Kanban Boards**: Create, manage, and customize your task boards.\n- **Customizable Tasks**: Tailor tasks to fit your workflow with a variety of options and settings.\n- **Notifications**: Stay updated with real-time notifications for task changes and updates.\n- **Responsive Design**: Access your tasks on any device with a responsive interface.\n- **Secure Authentication**: Secure user authentication and authorization using JWT(HTTP Only Cookie).\n- **Password Resets**: Users can reset their passwords whether they are logged in or not as long as they have access to their email address.\n\n\n\n\n## Technology Stack\n\n### Frontend\n- **React**: A JavaScript library for building user interfaces.\n- **TypeScript**: A statically typed superset of JavaScript that enhances the development experience.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **Sass**: A preprocessor scripting language that is interpreted or compiled into CSS.\n\n### Backend\n- **Node.js**: A JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **Express**: A fast, minimalist web framework for Node.js.\n- **MongoDB**: A NoSQL database for storing task data.\n- **Mongoose**: An elegant MongoDB object modeling for Node.js.\n\n## Installation\n\n1. **Clone the repository:**\n    ```bash\n    git clone \u003cgithub-url\u003e\n    cd \u003cfoldername\u003e\n    ```\n\n2. **Install frontend dependencies:**\n    ```bash\n    cd frontend\n    npm install\n    ```\n\n3. **Install backend dependencies**\n\n   Navigate to the `backend` folder and run to install the typescript compatible with the typescript:\n\n   Install peer dependency using the run script:\n   ```sh\n    npm install --legacy-peer-deps\n   ```\n\n   Install nodemon dependency globally using the run script:\n   ```sh\n    npm install -g nodemon\n   ```\n\n   Install typescript dependency using the run script:\n   ```sh\n    npm install typescript ts-node --save-dev\n   ```\n\n## Running the Application\n\n1. **Start the backend server:**\n    ```bash\n    cd backend\n    npm run server\n    ```\n\n2. **Start the frontend development server:**\n    ```bash\n    cd ../frontend\n    npm run dev\n    ```\n\n3. Open your browser and navigate to `http://localhost:5173` to view the application.\n\n## Configuration\n\n### Environment Variables\n\nCreate a `.env` file in the `server` directory and add the following environment variables:\n\n```\nMONGO_CONNECTION_STRING=your_mongodb_connection_string\nPORT=DEFINE YOUR PORT\nSERVER_HOSTNAME=DEFINE YOUR HOSTNAME\nSERVER_TOKEN_EXPIRETIME=DEFINE YOUR TOKEN EXPIRATION TIME\nSERVER_TOKEN_ISSUER=DEFINE YOUR ISSUER\nSERVER_TOKEN_SECRET=DEFINE YOUR SECRET\nRESEND_EMAIL_API_KEY=DEFINE YOUR API KEY FOR RESEND\nNODE_ENV=DEFINE YOUR NODE ENV\nFRONTEND_BASE_URL=DEFINE YOUR FRONTEND BASE URL\n```\n\n## Contributing\n\n1. **Fork the repository**\n2. **Create a new branch:**\n    ```bash\n    git checkout -b feature/your-feature-name\n    ```\n3. **Make your changes and commit them:**\n    ```bash\n    git commit -m 'Add some feature'\n    ```\n4. **Push to the branch:**\n    ```bash\n    git push origin feature/your-feature-name\n    ```\n5. **Create a new Pull Request**\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\nThank you for using Taaskify! If you have any questions or need further assistance, please feel free to reach out.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix221123%2Ftaaskify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelix221123%2Ftaaskify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelix221123%2Ftaaskify/lists"}