React + TypeScript + Vite

Pre requirements πŸ“‹

Installation:

  • Make sure you have node.js installed version 20+

Running the app

$ npm install
$ npm run dev
- open the address that is in the terminal
public
src
│──components
β”‚     β”œβ”€β”€DialogProcedure.tsx
β”‚     β”œβ”€β”€ EmptyProcedure.tsx
β”‚     β”œβ”€β”€ index.ts (barrel file)
β”‚     β”œβ”€β”€ ProcedureCard.tsx
β”‚     β”œβ”€β”€ Procedures.tsx
β”‚
│──helper
β”‚     β”œβ”€β”€ formfieldHelper.ts
β”‚     β”œβ”€β”€ index.ts (barrel file)
β”‚     β”œβ”€β”€ matchDescriptionHelper.ts
│──hooks
β”‚     β”œβ”€β”€ useForm.tsx
β”‚     β”œβ”€β”€ index.ts (barrel file)
│──pages
β”‚    β”œβ”€β”€ home
β”‚     β”œβ”€β”€ HomePage
β”‚     β”œβ”€β”€ index.ts (barrel file)
│──store
β”‚     β”œβ”€β”€ index.ts (barrel file)
β”‚     β”œβ”€β”€ procedureStore.ts
β”‚     
│──App.tsx  
β”‚  
└──main.tsx

Build with πŸ› οΈ