Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuvoprogram/tasksync

TaskSync: A sleek task management app to boost productivity! 🚀 Seamlessly synchronize and organize your tasks, stay on track, and make the most of your time. Your ultimate companion for efficient task management.
https://github.com/shuvoprogram/tasksync

clsx lucide-react next-pwa nextjs prettier prisma productivity radix-ui shadcn-ui stripe tailwindcss tailwindcss-animate task-manager typescript zod zustand

Last synced: 11 days ago
JSON representation

TaskSync: A sleek task management app to boost productivity! 🚀 Seamlessly synchronize and organize your tasks, stay on track, and make the most of your time. Your ultimate companion for efficient task management.

Awesome Lists containing this project

README

        

# TaskSync - Collaborate, manage projects and reach new productivity peaks.

![TaskSync - Collaborate, manage projects and reach new productivity peaks.](/.github/images/TaskSync-Preview.png "TaskSync - Collaborate, manage projects and reach new productivity peaks.")

# :notebook_with_decorative_cover: Table of Contents

- [Folder Structure](#bangbang-folder-structure)
- [Screenshots](#camera-screenshots)
- [Tech Stack](#gear-tech-stack)
- [Stats](#wrench-stats)

## :bangbang: Folder Structure

Here is the folder structure of this app.

```bash
TaskSync/
|- actions/
|-- copy-card/
|-- copy-list/
|-- create-board/
|-- create-card/
|-- create-list/
|-- delete-board/
|-- delete-card/
|-- delete-list/
|-- stripe-redirect/
|-- update-board/
|-- update-card/
|-- update-card-order/
|-- update-list/
|-- update-list-order/
|- app/
|-- (marketing)/
|-- (platform)/
|--- (clerk)/
|---- select-org/[[...select-org]]/
|---- sign-in/[[...sign-in]]/
|---- sign-up/[[...sign-up]]/
|--- (dashboard)/
|---- board/
|---- organization/
|-- api/
|--- cards/[cardId]/
|--- webhook/
|- components/
|--- form/
|--- modals/
|---- card-modal/
|--- providers/
|--- ui/
|- config/
|- constants/
|- hooks/
|- lib/
|- prisma/
|-- schema.prisma
|- public/
|-- fonts/
|-- icons/
|- .env
|- .env.example
|- .eslintrc.json
|- .gitignore
|- components.json
|- middleware.ts
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.ts
|- tsconfig.json
|- types.ts
```


## :camera: Screenshots:

![Modern UI/UX](/.github/images/img1.png "Modern UI/UX")

![Create Boards](/.github/images/img2.png "Create Boards")

![Premium Lists and Card](/.github/images/img3.png "Premium Lists and Card")

![View Activity](/.github/images/img4.png "View Activity")

## :gear: Tech Stack

[![React JS](https://skillicons.dev/icons?i=react "React JS")](https://react.dev/ "React JS") [![Next JS](https://skillicons.dev/icons?i=next "Next JS")](https://nextjs.org/ "Next JS") [![Typescript](https://skillicons.dev/icons?i=ts "Typescript")](https://www.typescriptlang.org/ "Typescript") [![Tailwind CSS](https://skillicons.dev/icons?i=tailwind "Tailwind CSS")](https://tailwindcss.com/ "Tailwind CSS") [![Vercel](https://skillicons.dev/icons?i=vercel "Vercel")](https://vercel.app/ "Vercel") [![Prisma](https://skillicons.dev/icons?i=prisma "Prisma")](https://prisma.io/ "Prisma")

## :wrench: Stats

[![Stats for TaskSync](/.github/images/stats.svg "Stats for TaskSync")](https://pagespeed-insights-svg.glitch.me/?url=https://task-sync-iota.vercel.app/ "Stats for TaskSync")

(back to top)