Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdmen/team-trail
Collaboration tool for small and medium teams
https://github.com/mdmen/team-trail
apollographql chat issue-tracker kanban-board nextjs tailwindcss task-tracker team-collaboration typescript
Last synced: about 1 month ago
JSON representation
Collaboration tool for small and medium teams
- Host: GitHub
- URL: https://github.com/mdmen/team-trail
- Owner: mdmen
- License: gpl-3.0
- Created: 2023-09-21T10:31:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T08:38:56.000Z (about 1 year ago)
- Last Synced: 2023-11-27T10:09:50.233Z (about 1 year ago)
- Topics: apollographql, chat, issue-tracker, kanban-board, nextjs, tailwindcss, task-tracker, team-collaboration, typescript
- Language: CSS
- Homepage:
- Size: 993 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeamTrail
[![GNU General Public License v3.0](https://img.shields.io/badge/GNU_GPLv3-License-blue.svg?style=flat-square)](./LICENSE)
> [!NOTE]
> This repository contains a frontend part of the app. Backend is [here](https://github.com/mdmen/team-trail-backend).## Description
Collaboration tool for small and medium teams. Similar to Atlassian's [Jira](https://www.atlassian.com/software/jira) and [Trello](https://www.atlassian.com/software/trello). Created just for fun and educational purposes and slightly overengineered.
## Features
...
## Installation
...
## Made using
[ts-badge]: https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white
[next-badge]: https://img.shields.io/badge/Next.js-black?style=for-the-badge&logo=next.js&logoColor=white
[tailwind-badge]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white
[primereact-badge]: https://img.shields.io/badge/primereact-07c4e8.svg?style=for-the-badge&logo=react&logoColor=white
[apollo-badge]: https://img.shields.io/badge/-ApolloGraphQL-311C87?style=for-the-badge&logo=apollo-graphql
[vscode-badge]: https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white
[docker-badge]: https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white[ts-link]: https://www.typescriptlang.org
[next-link]: https://nextjs.org
[tailwind-link]: https://tailwindcss.com
[primereact-link]: https://primereact.org
[apollo-link]: https://www.apollographql.com
[vscode-link]: https://code.visualstudio.com
[docker-link]: https://www.docker.com[![TypeScript][ts-badge]][ts-link]
[![Next.js][next-badge]][next-link]
[![TailwindCSS][tailwind-badge]][tailwind-link]
[![PrimeReact][primereact-badge]][primereact-link]
[![Apollo GraphQL][apollo-badge]][apollo-link]
[![VSCode][vscode-badge]][vscode-link]
[![Docker][docker-badge]][docker-link]