Skip to content

Commit

Permalink
Clean directories added
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Aug 23, 2024
1 parent b963e7b commit 8804c2f
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions resources.ts
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:''
// }

0 comments on commit 8804c2f

Please sign in to comment.