Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wfz1/task-management
Task management app made with Next.js and Supabase.
https://github.com/wfz1/task-management
eslint js nextjs react react-hook-form shadcn-ui ssr supabase supabase-auth tailwind tanstack-table ts vercel zod
Last synced: about 1 month ago
JSON representation
Task management app made with Next.js and Supabase.
- Host: GitHub
- URL: https://github.com/wfz1/task-management
- Owner: WFZ1
- Created: 2024-05-12T11:50:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T05:40:44.000Z (6 months ago)
- Last Synced: 2024-11-08T00:49:20.743Z (3 months ago)
- Topics: eslint, js, nextjs, react, react-hook-form, shadcn-ui, ssr, supabase, supabase-auth, tailwind, tanstack-table, ts, vercel, zod
- Language: TypeScript
- Homepage: https://task-management-eta-lyart.vercel.app
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task management app made with **Next.js** and **Supabase**.
- Tasks have a name, description, deadline, priority and status (completed/not completed).
- The user can create, view, edit, mark as completed and delete tasks by using server actions.
- Filtering tasks based on title, deadline, priority or status.
- Sorting tasks based on priority or status.
- shadcn/ui is used as component library.
- tailwind is used as CSS framework.
- Supabase database stores and handles tasks data.
- User sign up and log in functionality is implemented using Supabase Auth.
- The application is deployed on Vercel.
- Full CI/CD using Github Actions.## Hosting
Vercel: https://task-management-eta-lyart.vercel.app/
## Run app
1. install dependencies `npm i`
2. run `npm dev`