- D3 Components
- React Hook Form
- Zustand
- TypeScript
- Next JS
- D3.JS: D3.js is a JavaScript library for creating interactive data visualizations on the web. D3 provides tools for extracting data from various sources, processing it, and displaying it in the form of charts, diagrams, or other visualizations.
- React Hook Form: React Hook Form is a React library for creating easy-to-use and performant forms. The library provides Hooks for developing forms, such as validation, state management, and input control.
- Zustand: Zustand is a state management library for React applications that simplifies state management in a simple and easy-to-use way. The library provides Hooks for accessing and modifying state, and allows for managing global and local state.
- TypeScript: TypeScript is a programming language developed by Microsoft that is a variation of JavaScript. TypeScript adds features such as typedata, class, and interface to make the code more structured and safe from errors.
- Next JS: Next.js is a React framework used for creating web applications with server-side rendering (SSR). Next.js provides features such as routing, dynamic import, and hot reloading to make web application development faster and more efficient.