Skip to content

davlet61/task-management-app

Repository files navigation

Task Management App

MIT License

A simple application to organize tasks with possibility of having several lists.

Tech Stack

TypeScript NextJs React TailwindCSS Supabase Prisma tRPC

Demo

The application is live at the following address:

https://task-management-app-orcin.vercel.app/

You can also try it on sandbox:

Note: You still need Environment Variables

Edit focused-pine-yg50i9

Run Locally

Clone the project

  git clone https://github.com/davlet61/task-management-app.git

Go to the project directory

  cd task-management-app

Install dependencies

NOTE: The default package manager for this project is pnpm

If you wish to use a different package manager make sure to remove the preinstall script from the package.json.

  pnpm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL

NEXT_PUBLIC_SUPABASE_URL

NEXT_PUBLIC_SUPABASE_ANON_KEY

NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_API_KEY

Start dev server

  pnpm dev