Design in figma files
- tailwindcss - A utility-first CSS framework.
- zustand - For state management in React.
- headless ui - Unstyled, fully accessible UI components.
$PROJECT_ROOT
├── public # public static file
└── src
├── app # all page files
├── components # all component file
├── data # data
├── hooks # all hooks file
├── lib # helper or utils files
├── providers # all providers file
└── types # type for typescript