features:
[
'List :=> sorting',
'List :=> filtering',
'List :=> search',
'Data :=> Mock API using @netlify/functions',
'Styles :=> CSS, TailwindCSS',
'State :=> Zustand State Mangement @global',
'Fetch :=> @react/query for fetching data',
]
usedTech: {
node: 18.x,
yarn: 1.22.x,
npm: 8.x,
typescript: '4.9.x',
@bundler: ['[email protected]', 'vite/swc'],
@globalState: zustand,
@styles: ['tailwindCss', 'CSS/SCSS'],
@fetch: ['@xhr/fetch/axios', '@tanstack/react-query'],
@data: {
type: '@api/mock/json-api',
provider: '@netlify/functions',
}
}