Task Management App Using Kanban Boards Built in Nextjs https://tasko.ahmadk953.org
Find a file
dependabot[bot] 81883d876c
Bump postcss from 8.4.47 to 8.4.48
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.48.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.4.48)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 17:25:59 +00:00
.github Fixed ESlint GitHub Workflow 2024-10-17 22:29:45 -04:00
actions Added Started At Date Field 2024-11-07 20:29:32 -05:00
app Added Started At Date Field 2024-11-07 20:29:32 -05:00
components Added Started At Date Field 2024-11-07 20:29:32 -05:00
config Formated Files 2024-02-15 20:49:19 -05:00
constants Formated Files 2024-02-15 20:49:19 -05:00
hooks Formated Files 2024-02-15 20:49:19 -05:00
lib Fixed Type Error 2024-11-01 22:19:45 -04:00
prisma Removed Prisma Opimize and Updated package.json 2024-08-20 14:32:15 -04:00
public Code Cleanup 2024-04-06 17:06:07 -04:00
.gitignore Code Cleanup 2024-04-06 17:06:07 -04:00
.prettierignore Formatting Fixes 2024-08-19 12:33:36 -04:00
.prettierrc.json Revert commit 883ec53 2024-06-04 20:38:37 -04:00
.yarnrc.yml Updated Yarn Version 2024-06-04 20:37:10 -04:00
components.json Formated Files 2024-02-15 20:49:19 -05:00
eslint.config.mjs Updated to latest Next.js and ESlint version 2024-10-15 19:55:03 -04:00
LICENCE Updated Licence 2024-04-09 22:41:36 -04:00
liveblocks.config.ts Formated Files 2024-09-29 17:57:05 -04:00
middleware.ts Updated to Next.js 15 and React 19, Fixed Bugs & General Improvements 2024-05-28 18:31:40 -04:00
next.config.ts Updated to latest Next.js and ESlint version 2024-10-15 19:55:03 -04:00
package.json Bump postcss from 8.4.47 to 8.4.48 2024-11-11 17:25:59 +00:00
postcss.config.js Formated Files 2024-02-15 20:49:19 -05:00
README.md Update README.md 2024-11-10 18:26:58 -05:00
tailwind.config.ts Formated Files 2024-02-15 20:49:19 -05:00
tsconfig.json Code Cleanup 2024-04-06 17:06:07 -04:00
types.ts Formated Files 2024-02-15 20:49:19 -05:00
yarn.lock Bump postcss from 8.4.47 to 8.4.48 2024-11-11 17:25:59 +00:00

Tasko: The Open-Source Task Management App

Warning

This website is still in a alpha state. There will be lots of bugs and broken/missing features. This website IS NOT production ready and lots of essential features are missing such as data encryption. This application can also break at any time and all of your data could be lost. Uptime for this project is not guaranteed.

About

Tasko is a company that helps you manage your tasks efficiently by using kanban boards. Kanban boards are a visual way of organizing your work into different stages, such as to-do, in progress, and done. With Tasko, you can create and customize your own kanban boards, add tasks, and collaborate with your team members. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals.

Documentation

Currently, there is no documentation or wiki available but there will be one added in the future.

Roadmap

This will be published on the site some time soon but for now, the roadmap will be listed here.

  • Finish adding started at date field
  • Pagination for Audit Logs page
  • Board sorting options (Boards Page)
  • Add real-time collaboration
  • Add end-to-end Database encryption (for customer data such as card titles and descriptions, and subscription information)
  • Add dark mode
  • Markdown Support in Card Descriptions

Privacy Policy

Terms of Service The Terms of Service will be added once a CMS is added and implemented.

License