Skip to content

Pranav-Bobde/trellzz

Repository files navigation

Trellzz is a simple, clean & beautiful Task Management tool built with NextJS 13.4, tailwind and appwrite.

Getting Started

First create an appwrite account and paste the following required IDs in the env.local file

NEXT_PUBLIC_APPWRITE_PROJECT_ID
NEXT_PUBLIC_DATABASE_ID
NEXT_PUBLIC_TODOS_COLLECTION_ID
NEXT_PUBLIC_BUCKET_ID

Then, simply run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.