This is a Kanban board application, where you can create boards and create your user stories into lists and cards to complete on your own pace.
This application is completely responsive, works well on desktop as well as mobile screens.
Application Link: https://taskforge-tau.vercel.app/
Test Email: [email protected]
Test Password: password
- Used Latest Next14(14.2.5) and also it's latest feature server actions
- Ui uses components from shadcn-ui library, which provided most of the required components.
- Used sonner for toast notifications
- The authencation and authorization is provided by Clerk Authentication.
- The organization is also managed by Clerk.
- The Database used is Postgresql and it is provided by Neon Serverless provider. Used Zod for data validation on backend.
- The ORM used is prisma which provided good scalability as well as easy to query with. Perfect for Postgresql based databases.
- Used Zustand for some state management needed on client side.
- Stripe payment gateway integration.
- The application is deployed in vercel.
Actually since stripe is invite only in India so I couldn't able to register for an account, so I just used stripe's test card to test payments, and it may not after some time as I didn't complete the account registration