This dashboard and table were conceptualized for a financial company's expense management platform. The client aimed to modernize their platform and tech stack, using the TanStack Table headless library with React state management
Key features include sorting, filtering, and pinning rows, with data dynamically fetched and updated via a MongoDB API, validated by Zod. A debounce function optimizes the search feature, and useMemo efficiently caches column data and formatting.
Technologies: React, MongoDB, AWS, React Hooks, Redux, JavaScript/TypeScript, HTML, Tailwind CSS, Next.js