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.
Note: this app was built with Node.js v18.5.0. Not sure if it will work correclty with previous versions.
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 devOpen http://localhost:3000 with your browser to see the result.
[ ] Deploy on Vercel [ ] Multiple auth options [ ] Drag and drop [ ] Abstract form components [ ] Custom 404 page [ ] Improve error handling
Keep coding!