A simple application to organize tasks with possibility of having several lists.
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
Clone the project
git clone https://github.com/davlet61/task-management-app.gitGo to the project directory
cd task-management-appInstall 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 installEnvironment 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