Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paularoo/tmate
task management dashboard
https://github.com/paularoo/tmate
nextjs reactjs tanstack-table zustand zustand-persist
Last synced: about 1 month ago
JSON representation
task management dashboard
- Host: GitHub
- URL: https://github.com/paularoo/tmate
- Owner: PaulAroo
- Created: 2024-01-18T18:43:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T09:02:47.000Z (11 months ago)
- Last Synced: 2024-10-18T21:28:42.585Z (3 months ago)
- Topics: nextjs, reactjs, tanstack-table, zustand, zustand-persist
- Language: TypeScript
- Homepage: https://tmate-sable.vercel.app
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚧 TMate 🚧
A task management app. Checkout [live preview](https://tmate-sable.vercel.app/)
## Getting Started
- Clone the repository
- Install dependencies
- Run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:7777](http://localhost:7777) with your browser to see the result.
## Dependecies used
- `NextJs`
- `Zustand`: lightweight and efficient state management
- `ShadcnUI`: A collection of pre-built ui components built on top of `RadixUI` and `tailwindcss`
- `Tanstack Table`: Headless table library, making it easy implement robust table managementThe decision to use these libraries is rooted in their effectiveness in speeding up development processes without compromising the flexibility of design