-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
// ! TailWind | ||
// * npm install -D prettier prettier-plugin-tailwindcss | ||
|
||
// todo: Components | ||
// * tailwind components | ||
// * materail tailwind | ||
// * flowbite | ||
|
||
|
||
|
||
// ! Gradiant Generator | ||
// * tailwindcss gradient gernorator | ||
|
||
|
||
// * redix ui | ||
// * shadcn | ||
// * appwrite sms-database | ||
|
||
|
||
// * https://ui.aceternity.com/ | ||
|
||
// * https://github.com/MuhdHanish/carepulse_hcs | ||
|
||
|
||
// Shadcn components to reduce the time spent building UI components. | ||
// For managing forms, you can use TanStack Form or React Hook Form to reduce your workload. | ||
|
||
// * https://github.com/Mohammedshibilpv0/Freelance-X-server/tree/main | ||
|
||
// ! make sure to add caching in the server side responses | ||
|
||
|
||
// https://enhanced-button.vercel.app/ enhanced buttons | ||
|
||
|
||
|
||
// * you can create groute groups by (patient) === in the flloder name add paranthesis so we can access teh pages inside that without adding patent folder name | ||
// * /register without, /patient/register | ||
// * we can also add loyout to this route gorup folder | ||
|
||
|
||
// * can add metadata api to page.tsx to alter the laoyout metadata and change properties also we can added it nested pages and layouts | ||
// there is static and dynamic metadata | ||
// export const metadata:Metadata={ | ||
// title:{ | ||
// absolute:"", | ||
// default:"", | ||
// template:"" | ||
// }, | ||
// description:'' | ||
// } |