Skip to content

gabrielprrd/kanban-task-management

Repository files navigation

Kanban Web App

This project is the fullstack version of a Frontend Mentor's challenge, built with Next.js, TRPC, ChakraUi, Formik, Zod, Zustand, Prisma and more. Users can authenticate, manage their own kanban boards, with tasks and subtasks.

Installation

Note: this app was built with Node.js v18.5.0. Not sure if it will work correclty with previous versions.

Development

Create and fill .env file based on .env.example

Install the dependencies and devDependencies and start the server.

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Todo:

[ ] Deploy on Vercel [ ] Multiple auth options [ ] Drag and drop [ ] Abstract form components [ ] Custom 404 page [ ] Improve error handling

Keep coding!

About

A kanban web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published