Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jknezevic1712/tmb
Task Management Board made with Next.js
https://github.com/jknezevic1712/tmb
docker firebase nextjs radix-ui react react-hook-form shadcn-ui tailwindcss typescript zod zustand
Last synced: about 2 months ago
JSON representation
Task Management Board made with Next.js
- Host: GitHub
- URL: https://github.com/jknezevic1712/tmb
- Owner: jknezevic1712
- Created: 2023-10-12T08:57:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T06:57:05.000Z (over 1 year ago)
- Last Synced: 2023-10-20T17:18:58.700Z (over 1 year ago)
- Topics: docker, firebase, nextjs, radix-ui, react, react-hook-form, shadcn-ui, tailwindcss, typescript, zod, zustand
- Language: TypeScript
- Homepage: https://tmb-jk.vercel.app
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Board
Application that provides overview of tasks you create.
Each task can have one of three following statuses: `To Do`, `In Progress` or `Completed`. Changing the status is done through drag-and-drop functionality.
Tasks can be created, edited or deleted as necessary by authenticated users as well as filtered by various task data.
## How to run
### Vercel
You can check out the deployed app on [Vercel](https://tmb-jk.vercel.app/).
### Docker
Run `docker compose up` from the bash.
## Tools used
- Next.js
- React
- Typescript
- Firebase
- Zustand
- shadcn-ui && radix-ui
- TailwindCSS
- React-hook-form
- Zod
- Docker