See the description of the project here!
Ably for their hackathon.
First, install the required dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun installSecond, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
TrackerTeam is a web app where you can start and track projects alone or with a team. You must make an account using the amazing authentication service by Kinde, and from there you have access to your project dashboard, where you can view and create your projects. Creating a project is really simple. Just add a name and that's it. If you want to collaborate, add a friend/colleague's email and voila. The friend/colleague must be already registered with that email. Ably makes the experience great as you can see realtime updates made by yourself and other members. Notifications about a new project that you were added to, new task updates, and comments about a project with other members or yourself all in realtime. The tasks are appointed a certain category (Upcoming (Todo), Doing, Completed (Done)). The categories are there to help with organizing your thoughts and the whole team's thoughts on how to proceed with the project's tasks. They can be easily moved between categories. When your dashboard is getting crowded and you want to reduce the number of visible tasks, you can move them to the backlog, where they will stay there forever unless you delete them. Finally, the whole idea behind TrackerTeam is to help bring ease and organization to your projects, allowing realtime collaboration, and being visually simple.