Refactor existing UI with shadcn components (inputs, buttons, dialogs for popup modals, & selects)
Refactor existing CSS with tailwindcss for theme-based styles, merged styles.css with main.css for a unique global css file (also removed global style for <input/> element)
What I Did
shadcn
components (inputs, buttons, dialogs for popup modals, & selects)tailwindcss
for theme-based styles, mergedstyles.css
withmain.css
for a unique global css file (also removed global style for<input/>
element)inject
andprovide