This repo is for my submission for the appwrite X hashnode hackathon which took place during May 15 - June 14, 2023
Hashnode article: Boost Your Productivity with "Task Manager"
Node version 14.x
git clone https://github.com/trace2798/appwrite_hackathon.git
npm i
NEXT_PUBLIC_APPWRITE_PROJECT_ID=
NEXT_PUBLIC_DATABASE_ID=
NEXT_PUBLIC_TODOS_COLLECTION_ID=
NEXT_PUBLIC_IMAGE_BUCKET_ID=
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
To build your application |
start |
Starts a production instance of the app |
For env value and functionality of this application I have wrote a very detailed article on hashnode
Youtube Demo Link: Task Master