Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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