Task Management App Using Kanban Boards Built in Nextjs https://tasko.ahmadk953.org
Find a file
dependabot[bot] dab858d6d8
Bump @sentry/nextjs from 8.47.0 to 8.48.0
Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.48.0/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.48.0)

---
updated-dependencies:
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-09 18:26:17 +00:00
.github Fixed Tests GitHub Action 2024-12-29 18:55:47 -05:00
__tests__ Fixed Small Card Form Issue and Added Tests 2025-01-01 19:02:18 -05:00
actions Fixed Compile Issues 2024-12-18 21:39:25 -05:00
app Fixed Small Card Form Issue and Added Tests 2025-01-01 19:02:18 -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
docs Updated Documentation Link 2024-12-08 14:21:54 -05:00
hooks Formated Files 2024-02-15 20:49:19 -05:00
lib Added Arcjet Security and Updated Caching on Cards 2024-12-27 18:00:27 -05: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 Updated Tests and Caching 2024-12-31 19:52:59 -05:00
.prettierignore Fix Testing 2024-12-28 17:40:09 -05: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
content-collections.ts Added Blog Page and Housekeeping 2024-11-17 16:28:51 -05:00
eslint.config.mjs Started Adding Jest and Tests 2024-12-28 17:36:50 -05:00
instrumentation.ts Added Sentry.io 2024-11-27 00:47:14 -05:00
jest.config.ts Started Adding Jest and Tests 2024-12-28 17:36:50 -05:00
jest.setup.ts Fixed Small Card Form Issue and Added Tests 2025-01-01 19:02:18 -05:00
LICENCE Updated Licence 2024-04-09 22:41:36 -04:00
mdx-components.tsx Added Blog Page and Housekeeping 2024-11-17 16:28:51 -05:00
middleware.ts Update Rules for Arcjet 2024-12-27 18:41:00 -05:00
next.config.ts Removed Some Caching 2024-12-31 20:05:31 -05:00
package.json Merge pull request #913 from ahmadk953/dependabot/npm_and_yarn/clerk/nextjs-6.9.7 2025-01-08 17:46:39 -05:00
postcss.config.js Formated Files 2024-02-15 20:49:19 -05:00
README.md Added Codecov bundler plugin 2024-12-28 17:55:07 -05:00
sentry.client.config.ts Update Sentry Integrations 2024-12-27 22:22:34 -05:00
sentry.edge.config.ts Updated Sentry Config and Clerk Components 2024-12-22 16:19:23 -05:00
sentry.server.config.ts Fixed a Small Error and Updated/Added Tests 2024-12-29 18:50:54 -05:00
tailwind.config.ts Added Sentry User Feedback Button 2024-12-07 14:37:44 -05:00
tsconfig.json Added Blog Page and Housekeeping 2024-11-17 16:28:51 -05:00
types.ts Formated Files 2024-02-15 20:49:19 -05:00
yarn.lock Bump @sentry/nextjs from 8.47.0 to 8.48.0 2025-01-09 18:26:17 +00:00

Tasko: The Open-Source Task Management App

codecov

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 Home Page

Tasko is a website 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 and add tasks. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals. Try Tasko Today!

Documentation

Warning

Documentation is not complete and is still a work in progress.

Documentation can be found here.

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
  • Self-Hosted Version

Contributing and Development

Development Commands

Start Dev Server: yarn dev

Production Build: yarn build

Start Production Server: yarn start

Linting: yarn lint

Check Formatting: yarn format

Fix Formatting: yarn format:fix

Please make sure to lint and check formatting (using the commands listed above) before submitting a Pull Request.

Privacy Policy Temporarily removed to revamp it.

Terms of Service The Terms of Service will be added soon!

License Will be located on website at some point in time.