Skip to content

Commit 7634e25

Browse files
committed
feat: Kiranism#64 feature based organization
1 parent 24de059 commit 7634e25

File tree

141 files changed

+1429
-2284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1429
-2284
lines changed

.prettierrc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"semi": true,
55
"useTabs": false,
66
"trailingComma": "none",
7+
"jsxSingleQuote": true,
78
"singleQuote": true,
89
"tabWidth": 2,
910
"endOfLine": "lf",

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,16 @@ _If you are looking for a React admin dashboard starter, here is the [repo](http
3434

3535
## Pages
3636

37-
| Pages | Specifications |
38-
| :-------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- |
39-
| [Signup](https://next-shadcn-dashboard-starter.vercel.app/) | Authentication with **NextAuth** supports Social logins and email logins (Enter dummy email for demo). |
40-
| [Dashboard](https://next-shadcn-dashboard-starter.vercel.app/dashboard) | Cards with recharts graphs for analytics. |
41-
| [Employee](https://next-shadcn-dashboard-starter.vercel.app/dashboard/employee) | Tanstack tables with server side searching, filter, pagination by Nuqs which is a Type-safe search params state manager in nextjs). |
42-
| [Employee/new](https://next-shadcn-dashboard-starter.vercel.app/dashboard/employee/new) | A Employee Form with shadcn form (react-hook-form + zod). |
43-
| [Product](https://next-shadcn-dashboard-starter.vercel.app/dashboard/product) | Tanstack tables with server side searching, filter, pagination by Nuqs which is a Type-safe search params state manager in nextjs |
44-
| [Product/new](https://next-shadcn-dashboard-starter.vercel.app/dashboard/product/new) | A Product Form with shadcn form (react-hook-form + zod). |
45-
| [Profile](https://next-shadcn-dashboard-starter.vercel.app/dashboard/profile) | Mutistep dynamic forms using react-hook-form and zod for form validation. |
46-
| [Kanban Board](https://next-shadcn-dashboard-starter.vercel.app/dashboard/kanban) | A Drag n Drop task management board with dnd-kit and zustand to persist state locally. |
47-
| [Not Found](https://next-shadcn-dashboard-starter.vercel.app/dashboard/notfound) | Not Found Page Added in the root level |
48-
| - | - |
37+
| Pages | Specifications |
38+
| :------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- |
39+
| [Signup](https://next-shadcn-dashboard-starter.vercel.app/) | Authentication with **NextAuth** supports Social logins and email logins (Enter dummy email for demo). |
40+
| [Dashboard](https://next-shadcn-dashboard-starter.vercel.app/dashboard) | Cards with recharts graphs for analytics. |
41+
| [Product](https://next-shadcn-dashboard-starter.vercel.app/dashboard/product) | Tanstack tables with server side searching, filter, pagination by Nuqs which is a Type-safe search params state manager in nextjs |
42+
| [Product/new](https://next-shadcn-dashboard-starter.vercel.app/dashboard/product/new) | A Product Form with shadcn form (react-hook-form + zod). |
43+
| [Profile](https://next-shadcn-dashboard-starter.vercel.app/dashboard/profile) | Mutistep dynamic forms using react-hook-form and zod for form validation. |
44+
| [Kanban Board](https://next-shadcn-dashboard-starter.vercel.app/dashboard/kanban) | A Drag n Drop task management board with dnd-kit and zustand to persist state locally. |
45+
| [Not Found](https://next-shadcn-dashboard-starter.vercel.app/dashboard/notfound) | Not Found Page Added in the root level |
46+
| - | - |
4947

5048
## Getting Started
5149

app/(auth)/_components/sigin-view.tsx

-84
This file was deleted.

app/dashboard/employee/[employeeId]/page.tsx

-9
This file was deleted.

app/dashboard/employee/_components/employee-form.tsx

-184
This file was deleted.

app/dashboard/employee/_components/employee-listing-page.tsx

-55
This file was deleted.

0 commit comments

Comments
 (0)