Skip to content

A modern tasks management system where users can collaborate on different projects milestones as chunks on small tasks. From startups to big companies, Taskier is there for your collaborative notions

Notifications You must be signed in to change notification settings

Kayange123/tasks-tracker

Repository files navigation

Taskier - Tasks Management App

This project involves producing Collaborative app for managing projects and reach new productivity peaks. From startups to home office, the way team works and how they organize tasks, these can all be accomplished with Taskier

Getting Started

First, clone this project to your local environment

git clone <repo link>

Then, run the development server:

npm install
# then
npm run dev

Lastly, Navigate to root folder, rename .env.example file to .env file and then fill in these lines

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = enter_cleck_publishable_key;
CLERK_SECRET_KEY = enter_your_cleck_secret_key;
DATABASE_URL = "enter your mongodb connection link";

This project uses clerk for authentication, authorization and organization management. Head over to their website to grab your keys and paste them to the .env file.

Additional grabs

This project assumes the system with these minimum requirements

 typescript >= "^5"
 node >= 18.16.4

Technologies used

Deployment

The project has live demo deployed on Vercel Platform who are the creators of Next.js.

Check out our live demo Taskier website for the visual design.

About

A modern tasks management system where users can collaborate on different projects milestones as chunks on small tasks. From startups to big companies, Taskier is there for your collaborative notions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages