Multi Tenant Business Management Frontend
- 2 Devlogs
- 10 Total hours
Made auth pages - login, signin, forgot-password, reset-password and with backend request too for email password only rn not for google auth
I have used zod + react-hook-form for all forms
Also made home page for dashboard where all the businesses of the user will be listed with create business form and also made invoices and clients table .
Used shadcn a whole lot. Idk why i made invoices table as flow should be auth -> business -> create business -> client, create client -> product, create product -> invoice, create invoice -> payment, create payment -> analytics (/dashboard)
I haven’t committed things after auth pages yet because its too messy rn. I always get distracted to different pages in frontend
I started work on my the frontend part of the business management dashboard.
Since I’m very familiar with NextJS , so I will be using that for the frontend and you may ask why not use it as fullstack.
The reason I’m not using nextjs as fullstack is because I wanted to learn in depth backend using express and nextjs abstracts many topics.
I have installed shadcn on the project too and was stuck on a bug while installing it. As when installing shadcn I suffixed it with a dot thinking it will install in the same directory but was getting an error pnpm dlx shadcn@latest init . Removing the dot fixed it