Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.48 KB

File metadata and controls

55 lines (35 loc) · 1.48 KB

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