Skip to content

This is my submission for the appwrite X hashnode hackathon. Task Manager is a personal chore manager.

License

Notifications You must be signed in to change notification settings

trace2798/appwrite_hackathon

Repository files navigation

Task Manager with Next.js 13.4 App Router: Appwrite, React & Tailwind css.

This repo is for my submission for the appwrite X hashnode hackathon which took place during May 15 - June 14, 2023

Getting Started

Either fork the repo or directly clone it

Prerequisites

Node version 14.x

To directly clone the repo

git clone https://github.com/trace2798/appwrite_hackathon.git

Install packages

npm i

Setup .env file

NEXT_PUBLIC_APPWRITE_PROJECT_ID=
NEXT_PUBLIC_DATABASE_ID=
NEXT_PUBLIC_TODOS_COLLECTION_ID=
NEXT_PUBLIC_IMAGE_BUCKET_ID=

Start the app

npm run dev

Available commands

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

About

This is my submission for the appwrite X hashnode hackathon. Task Manager is a personal chore manager.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published